File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010
1111 env :
1212 extensions : dom, json, gd, imagick
13- key : cache-v1
13+ key : cache-v4
1414
1515 runs-on : ${{ matrix.os }}
1616
2424 - " 7.4"
2525 - " 8.0"
2626 - " 8.1"
27+ - " 8.2"
28+ - " 8.3"
29+ - " 8.4"
2730
2831 steps :
2932 - name : Checkout
3841 key : ${{ env.key }}
3942
4043 - name : Cache extensions
41- uses : actions/cache@v1
44+ uses : actions/cache@v4
4245 with :
4346 path : ${{ steps.cache-env.outputs.dir }}
4447 key : ${{ steps.cache-env.outputs.key }}
6265 echo "COMPOSER_CACHE_DIR=~\AppData\Local\Composer" >> $GITHUB_ENV
6366
6467 - name : Cache dependencies installed with composer
65- uses : actions/cache@v1
68+ uses : actions/cache@v4
6669 with :
6770 path : ${{ steps.cache-env.outputs.dir }}
6871 key : php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments