Skip to content
Snippets Groups Projects
Commit b1db7317 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'bump-wp-compat' into 'master'

Bump WP compatibility

See merge request !7
parents f95f8b7c 0cf56388
No related branches found
No related tags found
1 merge request!7Bump WP compatibility
Pipeline #2716 passed
...@@ -17,6 +17,8 @@ before_script: ...@@ -17,6 +17,8 @@ before_script:
- | - |
if [[ $(php -v) =~ "PHP 7." ]]; then if [[ $(php -v) =~ "PHP 7." ]]; then
composer global require "phpunit/phpunit=6.1.*" composer global require "phpunit/phpunit=6.1.*"
elif [[ $(php -v) =~ "PHP 5.6" ]]; then
composer global require "phpunit/phpunit=5.4.*"
else else
composer global require "phpunit/phpunit=4.8.*" composer global require "phpunit/phpunit=4.8.*"
fi fi
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Donate link:** https://ethitter.com/donate/ **Donate link:** https://ethitter.com/donate/
**Tags:** latest, latest post, redirect, redirect latest, redirect post **Tags:** latest, latest post, redirect, redirect latest, redirect post
**Requires at least:** 4.5 **Requires at least:** 4.5
**Tested up to:** 5.4 **Tested up to:** 5.5
**Stable tag:** 0.3 **Stable tag:** 0.3
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
...@@ -3,7 +3,7 @@ Contributors: ethitter ...@@ -3,7 +3,7 @@ Contributors: ethitter
Donate link: https://ethitter.com/donate/ Donate link: https://ethitter.com/donate/
Tags: latest, latest post, redirect, redirect latest, redirect post Tags: latest, latest post, redirect, redirect latest, redirect post
Requires at least: 4.5 Requires at least: 4.5
Tested up to: 5.4 Tested up to: 5.5
Stable tag: 0.3 Stable tag: 0.3
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment