diff --git a/plugins/templates/before-script.yml b/plugins/templates/before-script.yml index 18bb6a829993bddbfcdfeda634e8d7a3596bb11e..84dacb59add69cd4dd88d51aa8deaa6945e8197d 100644 --- a/plugins/templates/before-script.yml +++ b/plugins/templates/before-script.yml @@ -9,9 +9,7 @@ before_script: elif [[ $(php -v) =~ "PHP 7." ]]; then composer global require "phpunit/phpunit=6.1.*" elif [[ $(php -v) =~ "PHP 5.6" ]]; then - composer global require "phpunit/phpunit=5.4.*" - else - composer global require "phpunit/phpunit=4.8.*" + composer global require "phpunit/phpunit=5.7.*" fi # PHPUnit requirements diff --git a/plugins/templates/matrix.yml b/plugins/templates/matrix.yml index 14f6daa2cf23032e8acdaa519dbf5f9f0f2faab1..105c9f27bddab781c8c50298ac4a6bf15535f148 100644 --- a/plugins/templates/matrix.yml +++ b/plugins/templates/matrix.yml @@ -1,14 +1,3 @@ -PHPunit:PHP5.3:MySQL: - stage: test - variables: - WP_VERSION: '5.1' - image: containers.ethitter.com:443/docker/images/php:5.3 - services: - - mysql:5.6 - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP5.6:MySQL: stage: test image: containers.ethitter.com:443/docker/images/php:5.6