Skip to content

Commit 9553dc1

Browse files
Added Laravel 11.5 to the CI
1 parent 4c99cae commit 9553dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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.43', '10.48', '11.0']
12+
laravel: ['10.43', '10.48', '11.0', '11.5']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)