Skip to content

Commit da08e2d

Browse files
Update and rename laravel.yml to tests.yml
1 parent 2a32e66 commit da08e2d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/laravel.yml renamed to .github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: laravel
1+
name: tests
22

33
on: [ push ]
44

@@ -9,12 +9,13 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.1", "8.2", "8.3" ]
13-
laravel: [ "10.0", "11.0" ]
12+
php: [ "8.1", "8.2", "8.3", "8.4" ]
13+
laravel: [ "10.0", "11.0", "12.0" ]
1414
exclude:
1515
- laravel: "11.0"
1616
php: "8.1"
17-
17+
- laravel: "12.0"
18+
php: "8.1"
1819

1920
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
2021

0 commit comments

Comments
 (0)