We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a1a0e commit 9145feaCopy full SHA for 9145fea
1 file changed
.github/workflows/run-tests.yml
@@ -18,15 +18,13 @@ jobs:
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
php: [8.4, 8.3]
21
- laravel: [12.*, 11.*, 10.*]
+ laravel: [12.*, 11.*]
22
stability: [prefer-lowest, prefer-stable]
23
include:
24
- laravel: 12.*
25
testbench: 10.*
26
- laravel: 11.*
27
testbench: 9.*
28
- - laravel: 10.*
29
- testbench: 8.*
30
31
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
32
0 commit comments