Skip to content

Commit a320753

Browse files
authored
Improve test coverage
1 parent ff1dd14 commit a320753

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test-code.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ jobs:
1010
test-laravel:
1111
name: Test Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
1212
runs-on: ubuntu-latest
13-
continue-on-error: ${{ matrix.experimental == true }}
13+
continue-on-error: ${{ matrix.experimental == true || matrix.legacy == true }}
1414

1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
php:
1919
- '8.2'
2020
- '8.3'
21+
- '8.4'
2122
- nightly
2223

2324
laravel:
@@ -32,8 +33,10 @@ jobs:
3233
testbench: '9.0'
3334
- laravel: '12.0'
3435
testbench: '10.0'
35-
- php: 8.3
36-
laravel: '11.0'
36+
- php: '8.2'
37+
legacy: true
38+
- php: 8.4
39+
laravel: '12.0'
3740
stable: true
3841
- php: nightly
3942
experimental: true

0 commit comments

Comments
 (0)