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 7fa94cf commit ed23e4dCopy full SHA for ed23e4d
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
php: [8.0, 8.1, 8.2]
16
- laravel: ['9.*', '10.*', '11.*']
+ laravel: ['9.*', '10.*', '11.*', '12.*']
17
stability: [prefer-lowest, prefer-stable]
18
exclude:
19
- laravel: 9.*
@@ -26,13 +26,19 @@ jobs:
26
php: 8.0
27
- laravel: 11.*
28
php: 8.1
29
+ - laravel: 12.*
30
+ php: 8.0
31
32
+ php: 8.1
33
include:
34
35
testbench: 7.*
36
- laravel: 10.*
37
testbench: 8.*
38
39
testbench: 9.*
40
41
+ testbench: 10.*
42
43
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
44
0 commit comments