Skip to content

Commit a742d3b

Browse files
authored
Test on Laravel 12
1 parent 8bafaac commit a742d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
fail-fast: true
104104
matrix:
105105
php: [8.3]
106-
laravel: [11]
106+
laravel: [12]
107107
stability: [prefer-stable]
108108

109109
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MariaDB 10
@@ -163,7 +163,7 @@ jobs:
163163
fail-fast: true
164164
matrix:
165165
php: [8.3]
166-
laravel: [11]
166+
laravel: [12]
167167
stability: [prefer-stable]
168168

169169
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - PostgreSQL 14
@@ -214,7 +214,7 @@ jobs:
214214
fail-fast: true
215215
matrix:
216216
php: [8.3]
217-
laravel: [11]
217+
laravel: [12]
218218
stability: [prefer-stable]
219219

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

0 commit comments

Comments
 (0)