Skip to content

Commit b1dc71d

Browse files
Let's see if it hits the road with Laravel 12.1
1 parent fabe86e commit b1dc71d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [ '8.1', '8.2', '8.3', '8.4' ]
12-
laravel: [ '10.0', '10.48', '11.0', '11.44', '12.0']
12+
laravel: [ '10.0', '10.48', '11.0', '11.44', '12.0', '12.1']
1313
carbon: ['2.x', '3.x']
1414
exclude:
1515
- php: '8.1'
@@ -18,12 +18,16 @@ jobs:
1818
laravel: '11.44'
1919
- php: '8.1'
2020
laravel: '12.0'
21+
- php: '8.1'
22+
laravel: '12.1'
2123
- laravel: '10.0'
2224
carbon: '3.x'
2325
- laravel: '10.48'
2426
carbon: '3.x'
2527
- laravel: '12.0'
2628
carbon: '2.x'
29+
- laravel: '12.1'
30+
carbon: '2.x'
2731
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Carbon ${{ matrix.carbon }}
2832

2933
services:

0 commit comments

Comments
 (0)