File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 extensions : ' ${{ env.php_extensions }}'
5353 key : ' ${{ env.key }}'
5454 - name : ' Cache extensions'
55- uses : actions/cache@v1
55+ uses : actions/cache@v4
5656 with :
5757 path : ' ${{ steps.cache-env.outputs.dir }}'
5858 key : ' ${{ steps.cache-env.outputs.key }}'
@@ -126,7 +126,7 @@ jobs:
126126 extensions : ${{ env.php_extensions }}
127127 key : ' ${{ env.key }}'
128128 - name : ' Cache extensions'
129- uses : actions/cache@v1
129+ uses : actions/cache@v4
130130 with :
131131 path : ' ${{ steps.cache-env.outputs.dir }}'
132132 key : ' ${{ steps.cache-env.outputs.key }}'
Original file line number Diff line number Diff line change 3636 "ext-pdo" : " *" ,
3737 "php" : " ^8.3|^8.4" ,
3838 "doctrine/dbal" : " 3.6.*" ,
39- "laravel/framework" : " ^11.0"
39+ "laravel/framework" : " ^11.0|^12.0 "
4040 },
4141 "require-dev" : {
4242 "umbrellio/code-style-php" : " ^1.2" ,
43- "orchestra/testbench" : " ^9.0" ,
43+ "orchestra/testbench" : " ^9.0|^10.0 " ,
4444 "php-coveralls/php-coveralls" : " ^2.7" ,
4545 "codeception/codeception" : " ^5.0" ,
4646 "phpunit/phpunit" : " ^11.0"
You can’t perform that action at this time.
0 commit comments