Skip to content

Commit

Permalink
Bump composer-install version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Apr 18, 2024
1 parent f66827f commit c9d60e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
coverage: none
tools: composer:v2

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
with:
dependency-versions: 'locked'

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
extensions: pdo_sqlite,pdo_mysql,sockets,xsl,openssl,zip,fileinfo
ini-values: phar.readonly=off

- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}
Expand Down

0 comments on commit c9d60e9

Please sign in to comment.