Skip to content

Commit cb67c6e

Browse files
Fixed CI version constraint for Laravel 12.x-dev
1 parent 7884a30 commit cb67c6e

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.2', '8.3', '8.4']
12-
laravel: ['11.0', '11.37', '12.0']
12+
laravel: ['11.0', '11.37', '12.x']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)