Skip to content

Commit a12f0af

Browse files
committed
fix: remove L13 from CI matrix until Nova supports it
1 parent 2f087ee commit a12f0af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ jobs:
1010
matrix:
1111
os: [ ubuntu-latest ]
1212
php: [ 8.4, 8.3 ]
13-
laravel: [ 13.*, 12.*, 11.* ]
13+
laravel: [ 12.*, 11.* ]
1414
dependency-version: [ prefer-stable ]
1515
include:
16-
- laravel: 13.*
17-
testbench: 11.*
1816
- laravel: 12.*
1917
testbench: 10.*
2018
- laravel: 11.*
2119
testbench: 9.*
20+
# L13 matrix entry ready for when laravel/nova supports it:
21+
# - laravel: 13.*
22+
# testbench: 11.*
2223

2324
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2425

0 commit comments

Comments
 (0)