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

Fix PHPUnit version

`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.`
parent 4be1eb87
No related branches found
No related tags found
1 merge request!7Bump WP compatibility
Pipeline #2714 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment