Skip to content

Commit 4188667

Browse files
committed
-
1 parent 094a79b commit 4188667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969

7070
- if: matrix.php-version == '8.0'
7171
name: "Install PHPUnit for PHP 8"
72-
run: SYMFONY_PHPUNIT_VERSION=9.4 vendor/bin/simple-phpunit install
72+
run: |
73+
echo 'SYMFONY_PHPUNIT_VERSION=9.4' >> $GITHUB_ENV
74+
vendor/bin/simple-phpunit install
7375
7476
- name: "PHPUnit version"
7577
run: vendor/bin/simple-phpunit --version

0 commit comments

Comments
 (0)