Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f1bf6b

Browse files
committedApr 9, 2025·
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

Lines changed: 10 additions & 0 deletions
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)
Please sign in to comment.