Skip to content

Commit a5d9765

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent a284f59 commit a5d9765

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches:
6+
- main
7+
- develop
68
pull_request:
7-
branches: [ main, develop ]
9+
branches:
10+
- main
11+
- develop
812

913
jobs:
1014
build:
11-
1215
runs-on: ubuntu-latest
1316

1417
strategy:
1518
fail-fast: true
1619
matrix:
1720
php: [8.2, 8.3, 8.4]
18-
laravel: [11]
21+
laravel: [11, '12']
1922

2023
steps:
2124
- name: Checkout Code

0 commit comments

Comments
 (0)