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

Fix syntax

parent 93b1e915
No related branches found
No related tags found
1 merge request!11Add PHP 7.4 and 8.0
...@@ -6,7 +6,7 @@ before_script: ...@@ -6,7 +6,7 @@ before_script:
- | - |
if [[ $(php -v) =~ "PHP 8." ]]; then if [[ $(php -v) =~ "PHP 8." ]]; then
composer global require "phpunit/phpunit=7.*" composer global require "phpunit/phpunit=7.*"
el if [[ $(php -v) =~ "PHP 7." ]]; then elif [[ $(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 elif [[ $(php -v) =~ "PHP 5.6" ]]; then
composer global require "phpunit/phpunit=5.4.*" composer global require "phpunit/phpunit=5.4.*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment