Skip to content

Commit 4da4632

Browse files
committed
Fix: Remove unsupported laravel 10 from test matrix
1 parent e7cb117 commit 4da4632

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
testbench: 10.*
3030
- laravel: 11.*
3131
testbench: 9.*
32-
- laravel: 10.*
33-
testbench: ^8.22
34-
32+
3533

3634
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3735

0 commit comments

Comments
 (0)