Skip to content

Commit 9f030b8

Browse files
authored
Merge pull request #229 from jrfnl/feature/ghactions-update-composer-action
GH Actions: version update for `ramsey/composer-install`
2 parents aca75e2 + 255d4ac commit 9f030b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
108108

109109
- name: Install Composer dependencies & cache dependencies
110-
uses: "ramsey/composer-install@v1"
110+
uses: "ramsey/composer-install@v2"
111111
with:
112112
composer-options: --optimize-autoloader
113113

@@ -193,7 +193,7 @@ jobs:
193193
# ini-values: memory_limit=2G, display_errors=On, error_reporting=-1
194194
#
195195
# - name: Install Composer dependencies & cache dependencies
196-
# uses: "ramsey/composer-install@v1"
196+
# uses: "ramsey/composer-install@v2"
197197
# with:
198198
# composer-options: --optimize-autoloader
199199
#

0 commit comments

Comments
 (0)