File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818
1919 - name : Differential ShellCheck
20- uses : redhat-plumbers-in-action/differential-shellcheck@v3
20+ uses : redhat-plumbers-in-action/differential-shellcheck@v5
2121 with :
2222 severity : warning
2323 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Setup PHP
2727 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "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 "
2222 },
2323 "bin" : [
2424 " bin/sail"
4444 "minimum-stability" : " dev" ,
4545 "prefer-stable" : true ,
4646 "require-dev" : {
47- "orchestra/testbench" : " ^6 .0|^7 .0|^8 .0" ,
47+ "orchestra/testbench" : " ^7 .0|^8 .0|^9 .0" ,
4848 "phpstan/phpstan" : " ^1.10"
4949 }
5050}
You can’t perform that action at this time.
0 commit comments