We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9703c5d commit 3505debCopy full SHA for 3505deb
1 file changed
.github/workflows/tests.yml
@@ -16,27 +16,27 @@ jobs:
16
include:
17
- php: 8.3
18
env:
19
- LARAVEL: 12.*
+ LARAVEL: 11.*
20
TESTBENCH: 9.*
21
- php: 8.4
22
23
24
25
- php: 8.5
26
27
28
29
30
31
- LARAVEL: 13.*
+ LARAVEL: 12.*
32
TESTBENCH: 10.*
33
34
35
36
37
38
39
40
41
42
env: ${{ matrix.env }}
0 commit comments