Skip to content

Commit f8d9cdc

Browse files
Added Laravel 11.14 to CI
1 parent d1c9224 commit f8d9cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.2', '8.3']
12-
laravel: ['10.0', '10.48', '11.0']
12+
laravel: ['10.0', '10.48', '11.0', '11.14']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)