Skip to content

Commit 7ba487f

Browse files
committed
Run CI tests against Laravel 12
1 parent 03d50e8 commit 7ba487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.1, 8.2, 8.3, 8.4]
13-
laravel: [11.*, 10.*, 9.*]
13+
laravel: [12.*, 11.*, 10.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
exclude:
1616
- php: 8.1

0 commit comments

Comments
 (0)