We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f087ee commit a12f0afCopy full SHA for a12f0af
.github/workflows/run-tests.yml
@@ -10,15 +10,16 @@ jobs:
10
matrix:
11
os: [ ubuntu-latest ]
12
php: [ 8.4, 8.3 ]
13
- laravel: [ 13.*, 12.*, 11.* ]
+ laravel: [ 12.*, 11.* ]
14
dependency-version: [ prefer-stable ]
15
include:
16
- - laravel: 13.*
17
- testbench: 11.*
18
- laravel: 12.*
19
testbench: 10.*
20
- laravel: 11.*
21
testbench: 9.*
+ # L13 matrix entry ready for when laravel/nova supports it:
+ # - laravel: 13.*
22
+ # testbench: 11.*
23
24
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
25
0 commit comments