Skip to content

Commit 34cadff

Browse files
committed
Use PHPUnit 9 in PHP 8
1 parent a44402b commit 34cadff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@ jobs:
5959
- if: matrix.php-version == '8.0'
6060
run: composer update --ignore-platform-req=php
6161

62-
- name: "Install PHPUnit"
62+
- if: matrix.php-version != '8.0'
63+
name: "Install PHPUnit"
6364
run: vendor/bin/simple-phpunit install
6465

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+
6570
- name: "PHPUnit version"
6671
run: vendor/bin/simple-phpunit --version
6772

0 commit comments

Comments
 (0)