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 31
31
# Install dependencies and handle caching in one go.
32
32
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
33
33
- name : Install Composer dependencies
34
- uses : " ramsey/composer-install@v2 "
34
+ uses : " ramsey/composer-install@v3 "
35
35
with :
36
36
# Bust the cache at least once a month - output format: YYYY-MM.
37
37
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ jobs:
62
62
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
63
63
- name : Install Composer dependencies - normal
64
64
if : ${{ matrix.experimental == false }}
65
- uses : " ramsey/composer-install@v2 "
65
+ uses : " ramsey/composer-install@v3 "
66
66
with :
67
67
# Bust the cache at least once a month - output format: YYYY-MM.
68
68
custom-cache-suffix : $(date -u "+%Y-%m")
69
69
70
70
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow it.
71
71
- name : Install Composer dependencies - with ignore platform
72
72
if : ${{ matrix.experimental == true }}
73
- uses : " ramsey/composer-install@v2 "
73
+ uses : " ramsey/composer-install@v3 "
74
74
with :
75
75
composer-options : --ignore-platform-reqs
76
76
custom-cache-suffix : $(date -u "+%Y-%m")
97
97
coverage : xdebug
98
98
99
99
- name : Install Composer dependencies - normal
100
- uses : " ramsey/composer-install@v2 "
100
+ uses : " ramsey/composer-install@v3 "
101
101
with :
102
102
# Bust the cache at least once a month - output format: YYYY-MM.
103
103
custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments