Skip to content

Commit 70fb0e6

Browse files
authored
Ignore PHP8.1 and 8.2 for PHPunit 12, this is not supported
1 parent 3ab4bac commit 70fb0e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
exclude:
2727
- php: 8.1
2828
phpunit: 11
29+
- php: 8.1
30+
phpunit: 12
31+
- php: 8.2
32+
phpunit: 11
2933

3034
steps:
3135
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)