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.
1 parent 97ff35a commit 9637f4aCopy full SHA for 9637f4a
.github/workflows/run-tests.yml
@@ -12,19 +12,22 @@ jobs:
12
php: [7.3, 8.0, 8.1]
13
laravel: [9.*, 8.*, 7.*, 6.*]
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
include:
23
- laravel: 9.*
24
testbench: 7.*
- php: 8.0
25
- laravel: 8.*
26
testbench: 6.23
27
- laravel: 7.*
28
testbench: 5.20.0
- php: 7.3
29
- laravel: 6.*
30
testbench: 4.18.0
31
32
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
0 commit comments