Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/codecov/codecov-…
Browse files Browse the repository at this point in the history
…action-4
  • Loading branch information
misantron committed Apr 9, 2024
2 parents 0874dba + 4c947e0 commit d7a2321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
php-version: '8.2'
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: locked
composer-options: --no-ansi --no-interaction --no-progress
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
extensions: pdo_mysql, libxml, dom
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: locked
composer-options: --no-ansi --no-interaction --no-progress
Expand All @@ -78,7 +78,7 @@ jobs:
php-version: '8.2'
coverage: pcov
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: locked
composer-options: --no-ansi --no-interaction --no-progress
Expand Down

0 comments on commit d7a2321

Please sign in to comment.