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