Skip to content

Commit 371de0e

Browse files
Updated Laravel actions
1 parent 5437713 commit 371de0e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "7.3", "7.4", "8.0", "8.1" ]
1312
laravel: [ "6.0", "7.0", "8.0", "9.0" ]
13+
php: [ "7.3", "7.4", "8.0", "8.1" ]
1414
exclude:
1515
- laravel: "6.0"
1616
php: "8.1"
1717

18+
- laravel: "9.0"
19+
php: "7.3"
20+
21+
- laravel: "9.0"
22+
php: "7.4"
23+
1824

19-
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
25+
name: ${{ matrix.laravel }}, PHP ${{ matrix.php }}
2026

2127
steps:
2228
- name: Checkout code

0 commit comments

Comments
 (0)