File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Differential ShellCheck
20
- uses : redhat-plumbers-in-action/differential-shellcheck@v3
20
+ uses : redhat-plumbers-in-action/differential-shellcheck@v5
21
21
with :
22
22
severity : warning
23
23
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout code
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Setup PHP
27
27
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " ^8.0" ,
18
- "illuminate/console" : " ^8 .0|^9 .0|^10 .0" ,
19
- "illuminate/contracts" : " ^8 .0|^9 .0|^10 .0" ,
20
- "illuminate/support" : " ^8 .0|^9 .0|^10 .0" ,
21
- "symfony/yaml" : " ^6.0"
18
+ "illuminate/console" : " ^9 .0|^10 .0|^11 .0" ,
19
+ "illuminate/contracts" : " ^9 .0|^10 .0|^11 .0" ,
20
+ "illuminate/support" : " ^9 .0|^10 .0|^11 .0" ,
21
+ "symfony/yaml" : " ^6.0|^7.0 "
22
22
},
23
23
"bin" : [
24
24
" bin/sail"
44
44
"minimum-stability" : " dev" ,
45
45
"prefer-stable" : true ,
46
46
"require-dev" : {
47
- "orchestra/testbench" : " ^6 .0|^7 .0|^8 .0" ,
47
+ "orchestra/testbench" : " ^7 .0|^8 .0|^9 .0" ,
48
48
"phpstan/phpstan" : " ^1.10"
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments