Skip to content

Commit 45447b8

Browse files
authored
remove php 8.2 laravel 12
1 parent 1872b5e commit 45447b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
testbench: 9.*
2727
- laravel: 10.*
2828
testbench: 8.*
29+
exclude:
30+
- php: 8.2
31+
laravel: 12.*
32+
2933

3034
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
3135

0 commit comments

Comments
 (0)