Skip to content

Commit c7259c1

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 2fd5394 commit c7259c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
pull_request:
88
branches:
9-
- "*"
9+
- *
1010
schedule:
1111
- cron: '0 0 * * *'
1212

@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
php: [8.4, 8.3, 8.2, 8.1, 8.0]
25-
laravel: ['9.*', '10.*', '11.*']
25+
laravel: ['9.*', '10.*', '11.*', '12.*']
2626
dependency-version: [prefer-lowest, prefer-stable]
2727
exclude:
2828
- php: 8.0
@@ -31,6 +31,10 @@ jobs:
3131
php: 8.1
3232
- laravel: 11.*
3333
php: 8.0
34+
- laravel: 12.*
35+
php: 8.1
36+
- laravel: 12.*
37+
php: 8.0
3438

3539
steps:
3640
- name: Checkout code

0 commit comments

Comments
 (0)