File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
12
12
fail-fast : true
13
13
matrix :
14
14
php : [8.4, 8.3, 8.2]
15
- laravel : [" 10.*", " 11.*" ]
15
+ laravel : [' 10.*', ' 11.*', '12.*' ]
16
16
dependency-version : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 10.*
19
19
testbench : 8.*
20
20
- laravel : 11.*
21
21
testbench : 9.*
22
+ - laravel : 12.*
23
+ testbench : 10.*
22
24
23
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
26
Original file line number Diff line number Diff line change 21
21
"ext-openssl" : " *" ,
22
22
"egulias/email-validator" : " ^3.1 || ^4.0" ,
23
23
"guzzlehttp/guzzle" : " ^7.2" ,
24
- "illuminate/support" : " ^10.0 || ^11.0" ,
25
- "illuminate/validation" : " ^10.0 || ^11.0"
24
+ "illuminate/support" : " ^10.0 || ^11.0 || ^12.0 " ,
25
+ "illuminate/validation" : " ^10.0 || ^11.0 || ^12.0 "
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^8.0 || ^9.0" ,
29
- "phpunit/phpunit" : " ^10.4"
28
+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^10.0 " ,
29
+ "phpunit/phpunit" : " ^10.4 || ^11.5.3 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
57
57
}
58
58
}
59
59
}
60
- }
60
+ }
You can’t perform that action at this time.
0 commit comments