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 bb507d6 commit 28019d2Copy full SHA for 28019d2
.github/workflows/tests.yml
@@ -12,13 +12,15 @@ jobs:
12
fail-fast: false
13
matrix:
14
php: [8.4, 8.3, 8.2]
15
- laravel: ['10.*', '11.*']
+ laravel: ['10.*', '11.*', '12.*']
16
dependency-version: [prefer-stable]
17
include:
18
- laravel: 10.*
19
testbench: 8.*
20
- laravel: 11.*
21
testbench: 9.*
22
+ - laravel: 12.*
23
+ testbench: 10.*
24
exclude:
25
26
php: 8.4
0 commit comments