We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b0e568 + ac5e071 commit 90120f4Copy full SHA for 90120f4
.github/workflows/run-tests.yml
@@ -19,21 +19,17 @@ jobs:
19
fail-fast: true
20
matrix:
21
os: [ubuntu-latest, windows-latest]
22
- php: [8.1, 8.2, 8.3]
23
- laravel: [9.*, 10.*, 11.*]
+ php: [8.1, 8.2]
+ laravel: [9.*, 10.*]
24
stability: [prefer-lowest, prefer-stable]
25
include:
26
- laravel: 9.*
27
testbench: 7.*
28
- laravel: 10.*
29
testbench: 8.*
30
- - laravel: 11.*
31
- testbench: 9.*
32
exclude:
33
34
php: 8.2
35
36
- php: 8.1
37
38
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
39
0 commit comments