Skip to content

Commit 1698999

Browse files
committed
ci: fixes missing phpunit version
1 parent af9f64b commit 1698999

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
composer-version: [ v2 ]
1717
include:
18+
- php: '8.4'
19+
phpunit: '^12.0'
20+
- php: '8.3'
21+
phpunit: '^12.0'
1822
- php: '8.3'
1923
phpunit: '^12.0'
2024
- php: '8.2'

0 commit comments

Comments
 (0)