Skip to content

Commit 02e8a75

Browse files
authored
Merge pull request #125 from LowerRockLabs/RemoveFailFastFromTests
Remove FailFast From Tests, TestBench wildcard, add L11
2 parents 3c59853 + 5a11cff commit 02e8a75

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,22 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
strategy:
18-
fail-fast: true
18+
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest]
21-
php: [8.1, '8.2', '8.3', '8.4']
22-
laravel: ['10.*', '12.*']
21+
php: [8.1, 8.2, 8.3, 8.4]
22+
laravel: ['10.*', '11.*', '12.*']
2323
stability: [prefer-lowest, prefer-stable]
2424
include:
2525
- laravel: 10.*
26-
testbench: 8.0
26+
testbench: 8.*
27+
- laravel: 11.*
28+
testbench: 9.*
2729
- laravel: 12.*
28-
testbench: '10.0'
30+
testbench: 10.*
2931
exclude:
32+
- laravel: 11.*
33+
php: 8.1
3034
- laravel: 12.*
3135
php: 8.1
3236

0 commit comments

Comments
 (0)