Skip to content

Commit 2f1bf6b

Browse files
committed
build: exclude phpunit 12 from running on php 8.2
1 parent c876f99 commit 2f1bf6b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ jobs:
2020
php: [8.2, 8.3, 8.4]
2121
laravel: [10, 11, 12]
2222
phpunit: [10.5, 11, 12]
23+
exclude:
24+
- php: 8.2
25+
laravel: 12
26+
phpunit: 12
27+
- php: 8.2
28+
laravel: 11
29+
phpunit: 12
30+
- php: 8.2
31+
laravel: 10
32+
phpunit: 12
2333

2434
steps:
2535
- name: Checkout Code

0 commit comments

Comments
 (0)