We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094a79b commit 4188667Copy full SHA for 4188667
.github/workflows/ci.yaml
@@ -69,7 +69,9 @@ jobs:
69
70
- if: matrix.php-version == '8.0'
71
name: "Install PHPUnit for PHP 8"
72
- run: SYMFONY_PHPUNIT_VERSION=9.4 vendor/bin/simple-phpunit install
+ run: |
73
+ echo 'SYMFONY_PHPUNIT_VERSION=9.4' >> $GITHUB_ENV
74
+ vendor/bin/simple-phpunit install
75
76
- name: "PHPUnit version"
77
run: vendor/bin/simple-phpunit --version
0 commit comments