File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 33
33
coverage : " pcov"
34
34
php-version : " ${{ matrix.php-version }}"
35
35
ini-values : memory_limit=-1
36
-
37
- - name : " Cache dependencies"
38
- uses : " actions/cache@v2"
39
- with :
40
- path : |
41
- ~/.composer/cache
42
- vendor
43
- key : " php-${{ matrix.php-version }}-${{ matrix.dependencies }}"
44
- restore-keys : " php-${{ matrix.php-version }}-${{ matrix.dependencies }}"
36
+ tools : composer:v2
45
37
46
38
- name : " Install lowest dependencies"
47
39
if : ${{ matrix.dependencies == 'lowest' }}
Original file line number Diff line number Diff line change 38
38
coverage : " pcov"
39
39
php-version : " ${{ matrix.php-version }}"
40
40
ini-values : memory_limit=-1
41
-
42
- - name : " Cache dependencies"
43
- uses : " actions/cache@v2"
44
- with :
45
- path : |
46
- ~/.composer/cache
47
- vendor
48
- key : " php-${{ matrix.php-version }}-${{ matrix.dependencies }}"
49
- restore-keys : " php-${{ matrix.php-version }}-${{ matrix.dependencies }}"
41
+ tools : composer:v2
50
42
51
43
- name : " Install lowest dependencies"
52
44
if : ${{ matrix.dependencies == 'lowest' }}
You can’t perform that action at this time.
0 commit comments