Skip to content

Commit ef42ef6

Browse files
committed
:octocat: +PHP 7.4
1 parent 071ca13 commit ef42ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:
5454
uses: actions/[email protected]
5555

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:

0 commit comments

Comments
 (0)