Skip to content

Commit

Permalink
Upgrading composer-install from v2 to v3 to avoid NodeJS 16 notices
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed May 29, 2024
1 parent 104b857 commit f7d7a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install dependencies
# composer install cache - https://github.com/ramsey/composer-install
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"

- name: Run tests - database = ${{ matrix.db-types }}
run: |
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Install dependencies
# composer install cache - https://github.com/ramsey/composer-install
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
env:
NPM_CONFIG_CACHE: ./var/cache/js/npm

Expand Down

0 comments on commit f7d7a07

Please sign in to comment.