Skip to content
Snippets Groups Projects

Bump WP compatibility

Merged Erick Hitter requested to merge bump-wp-compat into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 23e9870f
    Fix PHPUnit version · 23e9870f
    Erick Hitter authored
    `Error: Looks like you're using PHPUnit 4.8.36. WordPress requires at least PHPUnit 5.4 and is currently only compatible with PHPUnit up to 7.x.`
+ 1
1
@@ -18,7 +18,7 @@ before_script:
if [[ $(php -v) =~ "PHP 7." ]]; then
composer global require "phpunit/phpunit=6.1.*"
else
composer global require "phpunit/phpunit=4.8.*"
composer global require "phpunit/phpunit=5.4.*"
fi
PHPunit:PHP5.3:MySQL:
Loading