We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9217a commit 8c401d7Copy full SHA for 8c401d7
.github/workflows/run-tests.yml
@@ -9,31 +9,17 @@ jobs:
9
fail-fast: false
10
matrix:
11
os: [ubuntu-latest]
12
- php: [7.3, 8.0, 8.1, 8.2]
13
- laravel: [9.*, 8.*, 7.*, 6.*]
+ php: [8.0, 8.1, 8.2]
+ laravel: [9.*, 8.*]
14
stability: [prefer-stable]
15
exclude:
16
- - php: 7.3
17
- laravel: 9.*
18
- - php: 8.1
19
- laravel: 7.*
20
21
- laravel: 6.*
22
- - php: 8.2
23
24
- php: 8.2
25
laravel: 8.*
26
27
28
include:
29
30
testbench: 7.*
31
- laravel: 8.*
32
testbench: 6.23
33
- - laravel: 7.*
34
- testbench: 5.20.0
35
- - laravel: 6.*
36
- testbench: 4.18.0
37
38
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
39
0 commit comments