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 fb5e884 + 4c7d3f5 commit bf72483Copy full SHA for bf72483
.github/workflows/run-tests.yml
@@ -9,16 +9,24 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.0, 7.4, 7.3]
13
- laravel: [8.*, 7.*, 6.*]
+ php: [7.3, 7.4, 8.0, 8.1]
+ laravel: [6.*, 7.*, 8.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
include:
16
- - laravel: 8.*
17
- testbench: 6.*
18
- - laravel: 7.*
19
- testbench: 5.*
20
- laravel: 6.*
21
testbench: 4.*
+ - laravel: 7.*
+ testbench: 5.*
+ - laravel: 8.*
+ testbench: 6.*
22
+ exclude:
23
+ - php: 8.1
24
+ laravel: 6.*
25
26
+ laravel: 7.*
27
28
+ laravel: 8.*
29
+ dependency-version: prefer-lowest
30
31
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
32
0 commit comments