File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ - develop
7
8
- ' *.x'
8
9
pull_request :
9
10
schedule :
17
18
fail-fast : true
18
19
matrix :
19
20
php : [8.2, 8.3, 8.4]
20
- laravel : [11]
21
+ laravel : [11, 12 ]
21
22
22
23
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
23
24
Original file line number Diff line number Diff line change 16
16
"require" : {
17
17
"php" : " ^8.2" ,
18
18
"ext-json" : " *" ,
19
- "illuminate/console" : " ^11.0" ,
20
- "illuminate/contracts" : " ^11.0" ,
21
- "illuminate/database" : " ^11.0" ,
22
- "illuminate/support" : " ^11.0" ,
19
+ "illuminate/console" : " ^11.0|^12.0 " ,
20
+ "illuminate/contracts" : " ^11.0|^12.0 " ,
21
+ "illuminate/database" : " ^11.0|^12.0 " ,
22
+ "illuminate/support" : " ^11.0|^12.0 " ,
23
23
"symfony/console" : " ^7.0"
24
24
},
25
25
"require-dev" : {
26
26
"mockery/mockery" : " ^1.6" ,
27
- "orchestra/testbench" : " ^9.0" ,
27
+ "orchestra/testbench" : " ^9.0|^10.0 " ,
28
28
"phpstan/phpstan" : " ^1.10" ,
29
- "phpunit/phpunit" : " ^10.5 "
29
+ "phpunit/phpunit" : " ^11.3 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments