Skip to content

Commit 19cc157

Browse files
committed
Add Laravel 11 CI tests
1 parent 6fc88b3 commit 19cc157

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: true
3333
matrix:
3434
php: [8.1, 8.2, 8.3]
35-
laravel: [10]
35+
laravel: [10, 11]
3636
stability: [prefer-lowest, prefer-stable]
3737

3838
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MySQL 5.7
@@ -85,7 +85,7 @@ jobs:
8585
fail-fast: true
8686
matrix:
8787
php: [8.3]
88-
laravel: [10]
88+
laravel: [11]
8989
stability: [prefer-stable]
9090

9191
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MariaDB 10.5
@@ -139,7 +139,7 @@ jobs:
139139
fail-fast: true
140140
matrix:
141141
php: [8.3]
142-
laravel: [10]
142+
laravel: [11]
143143
stability: [prefer-stable]
144144

145145
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - PostgreSQL 14
@@ -185,7 +185,7 @@ jobs:
185185
fail-fast: true
186186
matrix:
187187
php: [8.3]
188-
laravel: [10]
188+
laravel: [11]
189189
stability: [prefer-stable]
190190

191191
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - SQLite

0 commit comments

Comments
 (0)