Skip to content

Commit 536f9f3

Browse files
committed
fix: remove L13 from CI matrix until Nova supports it
1 parent 7d37fd0 commit 536f9f3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ 8.4, 8.3 ]
12-
laravel: [ 13.*, 12.* ]
12+
laravel: [ 12.* ]
1313
dependency-version: [ prefer-stable ]
1414
include:
15-
- laravel: 13.*
16-
testbench: 11.*
1715
- laravel: 12.*
1816
testbench: 10.*
17+
# L13 matrix entry ready for when laravel/nova supports it:
18+
# - laravel: 13.*
19+
# testbench: 11.*
1920

2021
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2122

0 commit comments

Comments
 (0)