File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
php-binary :
24
24
- php7.2
25
25
- php7.3
26
- # - php7.4
26
+ - php7.4
27
27
28
28
dependencies :
29
29
- lowest
@@ -54,13 +54,13 @@ jobs:
54
54
55
55
56
56
- 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
58
58
59
59
- 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
61
61
62
62
- 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
64
64
65
65
- name : " Send code coverage report to Codecov.io"
66
66
env :
You can’t perform that action at this time.
0 commit comments