Skip to content

Commit 075589c

Browse files
authored
Update test.yml
Pin phpunit 9 to fix failing test with phpunit 10
1 parent 283a558 commit 075589c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- php: '7.2'
1616
phpunit: '8'
1717
- php: '7.3'
18-
phpunit: latest
18+
phpunit: '9'
1919
- php: '7.4'
20-
phpunit: latest
20+
phpunit: '9'
2121
- php: '8.0'
22-
phpunit: latest
22+
phpunit: '9'
2323
- php: '8.1'
24-
phpunit: latest
24+
phpunit: '9'
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: php-actions/composer@v6

0 commit comments

Comments
 (0)