Skip to content

Commit c2c3107

Browse files
committed
build: additional update to github actions
1 parent 84e5538 commit c2c3107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
php: [ 8.2, 8.3, 8.4 ]
2222
core: [ '4.3.2', '5.2' ]
2323
laravel: [ 11, 12 ]
24+
exclude:
25+
- laravel: 12
26+
core: '4.3.2'
2427

2528
steps:
2629
- name: Checkout Code

0 commit comments

Comments
 (0)