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 ccd62e3 commit 87bd157Copy full SHA for 87bd157
.github/workflows/run-tests.yml
@@ -9,12 +9,20 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
- php: [8.0, 7.4]
13
- laravel: [8.*]
+ php: [8.1, 8.0, 7.4]
+ laravel: [8.*, 9.*]
14
stability: [prefer-lowest, prefer-stable]
15
include:
16
+ - laravel: 9.*
17
+ testbench: 7.*
18
- laravel: 8.*
19
testbench: 6.*
20
+ exclude:
21
22
+ php: 7.4
23
+ - laravel: 8.*
24
+ php: 8.1
25
+ stability: prefer-lowest
26
27
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28
0 commit comments