Skip to content
Snippets Groups Projects

Add PHP 7.4 and 8.0

Merged Erick Hitter requested to merge add/new-php into main
2 files
+ 21
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,7 +4,9 @@ before_script:
# PHPUnit
- |
if [[ $(php -v) =~ "PHP 7." ]]; then
if [[ $(php -v) =~ "PHP 8." ]]; then
composer global require "phpunit/phpunit=7.*"
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