Skip to content

Commit 2016221

Browse files
committed
fix ci tests
1 parent 5191a6f commit 2016221

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
php: [8.2, 8.3, 8.4]
14-
laravel: [10.*, 11.*]
14+
laravel: [11.*, 12.*]
1515
dependency-version: [prefer-stable]
1616
include:
17-
- laravel: 10.*
18-
testbench: 8.*
19-
2017
- laravel: 11.*
2118
testbench: 9.*
22-
exclude:
23-
- laravel: 11.*
24-
php: 8.1
19+
20+
- laravel: 12.*
21+
testbench: 10.*
2522

2623
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2724

0 commit comments

Comments
 (0)