File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 34
34
- " 9"
35
35
- " 10"
36
36
- " 11"
37
+ - " 12"
37
38
exclude :
38
39
- php : " 8.1"
39
40
laravel : " 11"
41
+ - php : " 8.1"
42
+ laravel : " 12"
40
43
41
44
steps :
42
45
- name : Checkout code
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" ,
15
15
"kreait/firebase-php" : " ^7.13" ,
16
- "illuminate/contracts" : " ^9.0 || ^10.0 || ^11.0" ,
17
- "illuminate/support" : " ^9.0 || ^10.0 || ^11.0" ,
16
+ "illuminate/contracts" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
17
+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
18
18
"symfony/cache" : " ^6.1.2 || ^7.0.3"
19
19
},
20
20
"require-dev" : {
21
- "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0" ,
21
+ "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
22
22
"laravel/pint" : " ^1.14" ,
23
- "phpunit/phpunit" : " ^9.6.17 || ^10.5.13"
23
+ "phpunit/phpunit" : " ^9.6.17 || ^10.5.13 || ^11.5.3 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments