Skip to content

Commit bf72483

Browse files
committed
Merge branch 'dev' into main
2 parents fb5e884 + 4c7d3f5 commit bf72483

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,24 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.0, 7.4, 7.3]
13-
laravel: [8.*, 7.*, 6.*]
12+
php: [7.3, 7.4, 8.0, 8.1]
13+
laravel: [6.*, 7.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 8.*
17-
testbench: 6.*
18-
- laravel: 7.*
19-
testbench: 5.*
2016
- laravel: 6.*
2117
testbench: 4.*
18+
- laravel: 7.*
19+
testbench: 5.*
20+
- laravel: 8.*
21+
testbench: 6.*
22+
exclude:
23+
- php: 8.1
24+
laravel: 6.*
25+
- php: 8.1
26+
laravel: 7.*
27+
- php: 8.1
28+
laravel: 8.*
29+
dependency-version: prefer-lowest
2230

2331
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2432

0 commit comments

Comments
 (0)