We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-tests.yml
1 parent 90120f4 commit bf6b7eaCopy full SHA for bf6b7ea
.github/workflows/run-tests.yml
@@ -20,16 +20,20 @@ jobs:
20
matrix:
21
os: [ubuntu-latest, windows-latest]
22
php: [8.1, 8.2]
23
- laravel: [9.*, 10.*]
+ laravel: [9.*, 10.*, 11.*]
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
+ - larvel: 11.*
36
+ php: 8.1
37
38
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
39
0 commit comments