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 36a0aa1 commit c0198ceCopy full SHA for c0198ce
.github/workflows/run-tests.yml
@@ -13,17 +13,21 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: [8.1, 8.2]
17
- laravel: [9.*, 10.*]
+ php: [8.1, 8.2, 8.3]
+ laravel: [9.*, 10.*, 11.*]
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