Skip to content

Commit 60959f8

Browse files
Bump latest Laravel to 11.35 in CI
1 parent ca48caa commit 60959f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.1', '8.2', '8.3', '8.4']
12-
laravel: ['10.10.1', '10.48', '11.0', '11.31']
12+
laravel: ['10.10.1', '10.48', '11.0', '11.35']
1313
exclude:
1414
- php: '8.1'
1515
laravel: '11.0'
1616
- php: '8.1'
17-
laravel: '11.31'
17+
laravel: '11.35'
1818
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)