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 8ffd194 commit 54c7dbeCopy full SHA for 54c7dbe
.github/workflows/run-tests.yml
@@ -13,21 +13,17 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: [8.1, 8.2, 8.3]
17
- laravel: [9.*, 10.*, 11.*]
+ php: [8.1, 8.2]
+ laravel: [9.*, 10.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- laravel: 9.*
21
testbench: 7.*
22
- laravel: 10.*
23
testbench: 8.*
24
- - laravel: 11.*
25
- testbench: 9.*
26
exclude:
27
28
php: 8.2
29
30
- php: 8.1
31
32
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
33
0 commit comments