We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5437713 commit 371de0eCopy full SHA for 371de0e
.github/workflows/laravel.yml
@@ -9,14 +9,20 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ "7.3", "7.4", "8.0", "8.1" ]
13
laravel: [ "6.0", "7.0", "8.0", "9.0" ]
+ php: [ "7.3", "7.4", "8.0", "8.1" ]
14
exclude:
15
- laravel: "6.0"
16
php: "8.1"
17
18
+ - laravel: "9.0"
19
+ php: "7.3"
20
+
21
22
+ php: "7.4"
23
24
- name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
25
+ name: ${{ matrix.laravel }}, PHP ${{ matrix.php }}
26
27
steps:
28
- name: Checkout code
0 commit comments