File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
extensions : apcu
36
36
ini-values : apc.enable_cli=1, opcache.enable=1, opcache.jit=tracing, opcache.jit_buffer_size=128M
37
37
- name : Cache Composer dependencies
38
- uses : actions/cache@v2
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/.composer/cache
41
41
key : php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }}
58
58
tools : composer:v2, cs2pr
59
59
coverage : none
60
60
- name : Cache Composer dependencies
61
- uses : actions/cache@v2
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ~/.composer/cache
64
64
key : php-composer-locked-${{ hashFiles('composer.lock') }}
80
80
tools : composer:v2, cs2pr
81
81
coverage : none
82
82
- name : Cache Composer dependencies
83
- uses : actions/cache@v2
83
+ uses : actions/cache@v4
84
84
with :
85
85
path : ~/.composer/cache
86
86
key : php-composer-locked-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments