Skip to content

Commit 86de589

Browse files
committed
Fix missing Laravel 12.*
1 parent 8f77c50 commit 86de589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-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, macos-latest]
1212
php: [8.2, 8.3, 8.4]
13-
laravel: [10.*, 11.*]
13+
laravel: [10.*, 11.*, 12.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*

0 commit comments

Comments
 (0)