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 e2de396 commit 999447dCopy full SHA for 999447d
.github/workflows/run-tests.yml
@@ -17,16 +17,20 @@ jobs:
17
matrix:
18
os: [ubuntu-latest, windows-latest]
19
php: [8.1, '8.2']
20
- laravel: ['10.*', '11.*']
+ laravel: ['10.*', '11.*', '12.*']
21
stability: [prefer-lowest, prefer-stable]
22
include:
23
- laravel: 10.*
24
testbench: ^8.0
25
- laravel: 11.*
26
testbench: ^9.0
27
+ - laravel: 12.*
28
+ testbench: ^10.0
29
exclude:
30
31
php: 8.1
32
33
+ php: 8.1
34
35
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
36
0 commit comments