Skip to content

Commit ff8554a

Browse files
committed
Skip Laravel 12 on PHP 8.2
1 parent 86de589 commit ff8554a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- laravel: 12.*
2323
testbench: 10.*
2424
workbench: 10.*
25+
exclude:
26+
- php: 8.2
27+
laravel: 12.*
2528

2629
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2730

0 commit comments

Comments
 (0)