Skip to content

Commit 2dd161c

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 4a82292 commit 2dd161c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: 0 0 * * *
7+
- cron: '0 0 * * *'
88

99
jobs:
1010
tests:
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [7.3, 7.4, 8.0, 8.1, '8.2']
17-
laravel: [6.0, 7.0, 8.0, 9.0, 10.0, '11.0']
17+
laravel: [6.0, 7.0, 8.0, 9.0, 10.0, '11.0', '12.0']
1818
exclude:
1919
- php: 7.3
2020
laravel: 10.0
@@ -34,6 +34,14 @@ jobs:
3434
php: 8.0
3535
- laravel: '11.0'
3636
php: 8.1
37+
- laravel: '12.0'
38+
php: 7.3
39+
- laravel: '12.0'
40+
php: 7.4
41+
- laravel: '12.0'
42+
php: 8.0
43+
- laravel: '12.0'
44+
php: 8.1
3745

3846
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3947

0 commit comments

Comments
 (0)