Skip to content

Commit 131c1fe

Browse files
Bump Laravel to 10.48 & 11.0 in CI
1 parent 0f42bd2 commit 131c1fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.0', '8.1', '8.2', '8.3']
12-
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.39', '11.x']
12+
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.48', '11.0']
1313
enum: ['2', '3', '4']
1414
exclude:
1515
- php: '8.0'
1616
laravel: '10.0'
1717
- php: '8.0'
18-
laravel: '10.39'
18+
laravel: '10.48'
1919
- php: '8.0'
20-
laravel: '11.x'
20+
laravel: '11.0'
2121
- php: '8.1'
22-
laravel: '11.x'
22+
laravel: '11.0'
2323
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }}
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)