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 14383c8 commit 66272beCopy full SHA for 66272be
.github/workflows/main.yml
@@ -11,9 +11,9 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: ['8.0', '8.1', '8.2']
15
- laravel: ['8.*', '11.*']
16
- testbench: ['6.*', '9.*']
+ php: ["8.0", "8.1", "8.2"]
+ laravel: ["8.*", "11.*"]
+ testbench: ["6.*", "8.*"]
17
dependency-version: [prefer-stable]
18
include:
19
- laravel: 8.*
@@ -22,9 +22,9 @@ jobs:
22
testbench: 9.*
23
exclude:
24
- laravel: 11.*
25
- php: '8.0'
+ php: "8.0"
26
27
- php: '8.1'
+ php: "8.1"
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
30
0 commit comments