Skip to content
Snippets Groups Projects

Add PHP 7.4 and 8.0

Merged Erick Hitter requested to merge add/new-php into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ before_script:
- |
if [[ $(php -v) =~ "PHP 8." ]]; then
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.*"
elif [[ $(php -v) =~ "PHP 5.6" ]]; then
composer global require "phpunit/phpunit=5.4.*"
Loading