File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 php-binary :
2424 - php7.2
2525 - php7.3
26- # - php7.4
26+ - php7.4
2727
2828 dependencies :
2929 - lowest
@@ -54,13 +54,13 @@ jobs:
54545555
5656 - name : " Install locked dependencies with composer"
57- run : php7.3 $(which composer) install --no-interaction --no-progress --no-suggest
57+ run : php7.4 $(which composer) install --no-interaction --no-progress --no-suggest
5858
5959 - name : " Dump Xdebug filter with phpunit/phpunit"
60- run : php7.3 vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php
60+ run : php7.4 vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php
6161
6262 - name : " Collect code coverage with Xdebug and phpunit/phpunit"
63- run : php7.3 vendor/bin/phpunit --configuration=phpunit.xml --prepend=.build/phpunit/xdebug-filter.php
63+ run : php7.4 vendor/bin/phpunit --configuration=phpunit.xml --prepend=.build/phpunit/xdebug-filter.php
6464
6565 - name : " Send code coverage report to Codecov.io"
6666 env :
You can’t perform that action at this time.
0 commit comments