File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php : ['8.0', '8.1', '8.2', '8.3']
14
- laravel : [9.*, 10.*, 11.*]
14
+ laravel : [9.*, 10.*, 11.*, 12.* ]
15
15
stability : [prefer-lowest, prefer-stable]
16
16
include :
17
17
- laravel : 9.*
20
20
testbench : 8.*
21
21
- laravel : 11.*
22
22
testbench : 9.*
23
+ - laravel : 12.*
24
+ testbench : 10.*
23
25
exclude :
24
26
- laravel : 9.*
25
27
php : 8.3
29
31
php : 8.0
30
32
- laravel : 11.*
31
33
php : 8.1
32
-
34
+ - laravel : 12.*
35
+ php : 8.0
36
+ - laravel : 12.*
37
+ php : 8.1
33
38
steps :
34
39
- name : Checkout code
35
40
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 23
23
"php" : " ^8.0" ,
24
24
"ext-json" : " *" ,
25
25
"balping/json-raw-encoder" : " ^1.0" ,
26
- "illuminate/support" : " ^9.0|^10.0|^11.0"
26
+ "illuminate/support" : " ^9.0|^10.0|^11.0|^12.0 "
27
27
},
28
28
"require-dev" : {
29
29
"mockery/mockery" : " ^1.5" ,
30
- "phpunit/phpunit" : " ^9.5|^10.0|^11.0" ,
31
- "orchestra/testbench" : " ^7.4|^8.0|^9.0"
30
+ "phpunit/phpunit" : " ^9.5|^10.0|^11.0|^12.0 " ,
31
+ "orchestra/testbench" : " ^7.4|^8.0|^9.0|^10.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments