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.
2 parents 3c59853 + 5a11cff commit 02e8a75Copy full SHA for 02e8a75
.github/workflows/run-tests.yml
@@ -15,18 +15,22 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
17
strategy:
18
- fail-fast: true
+ fail-fast: false
19
matrix:
20
os: [ubuntu-latest, windows-latest]
21
- php: [8.1, '8.2', '8.3', '8.4']
22
- laravel: ['10.*', '12.*']
+ php: [8.1, 8.2, 8.3, 8.4]
+ laravel: ['10.*', '11.*', '12.*']
23
stability: [prefer-lowest, prefer-stable]
24
include:
25
- laravel: 10.*
26
- testbench: 8.0
+ testbench: 8.*
27
+ - laravel: 11.*
28
+ testbench: 9.*
29
- laravel: 12.*
- testbench: '10.0'
30
+ testbench: 10.*
31
exclude:
32
33
+ php: 8.1
34
35
php: 8.1
36
0 commit comments