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 10
10
11
11
env :
12
12
extensions : dom, json, gd, imagick
13
- key : cache-v1
13
+ key : cache-v4
14
14
15
15
runs-on : ${{ matrix.os }}
16
16
24
24
- " 7.4"
25
25
- " 8.0"
26
26
- " 8.1"
27
+ - " 8.2"
28
+ - " 8.3"
29
+ - " 8.4"
27
30
28
31
steps :
29
32
- name : Checkout
38
41
key : ${{ env.key }}
39
42
40
43
- name : Cache extensions
41
- uses : actions/cache@v1
44
+ uses : actions/cache@v4
42
45
with :
43
46
path : ${{ steps.cache-env.outputs.dir }}
44
47
key : ${{ steps.cache-env.outputs.key }}
62
65
echo "COMPOSER_CACHE_DIR=~\AppData\Local\Composer" >> $GITHUB_ENV
63
66
64
67
- name : Cache dependencies installed with composer
65
- uses : actions/cache@v1
68
+ uses : actions/cache@v4
66
69
with :
67
70
path : ${{ steps.cache-env.outputs.dir }}
68
71
key : php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments