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 29c7b31 commit 0fcf785Copy full SHA for 0fcf785
.github/workflows/run-tests.yml
@@ -29,6 +29,11 @@ jobs:
29
pest: 2.*
30
testbench: 8.*
31
larastan: 2.*
32
+ - php: 8.4
33
+ laravel: 10.*
34
+ pest: 2.*
35
+ testbench: 8.*
36
+ larastan: 2.*
37
- php: 8.2
38
laravel: 11.*
39
pest: 3.*
@@ -39,6 +44,11 @@ jobs:
44
40
45
testbench: 9.*
41
46
47
48
+ laravel: 11.*
49
+ pest: 3.*
50
+ testbench: 9.*
51
42
52
43
53
laravel: 12.*
54
@@ -49,16 +59,6 @@ jobs:
59
60
testbench: 10.*
61
larastan: 3.*
- - php: 8.4
- laravel: 10.*
- pest: 2.*
55
- testbench: 9.*
56
- larastan: 2.*
57
58
- laravel: 11.*
- pest: 3.*
62
- php: 8.4
63
64
0 commit comments