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 a44402b commit 34cadffCopy full SHA for 34cadff
.github/workflows/ci.yaml
@@ -59,9 +59,14 @@ jobs:
59
- if: matrix.php-version == '8.0'
60
run: composer update --ignore-platform-req=php
61
62
- - name: "Install PHPUnit"
+ - if: matrix.php-version != '8.0'
63
+ name: "Install PHPUnit"
64
run: vendor/bin/simple-phpunit install
65
66
+ - if: matrix.php-version == '8.0'
67
+ name: "Install PHPUnit for PHP 8"
68
+ run: SYMFONY_PHPUNIT_VERSION=9.4 vendor/bin/simple-phpunit install
69
+
70
- name: "PHPUnit version"
71
run: vendor/bin/simple-phpunit --version
72
0 commit comments