Skip to content

Commit

Permalink
chore(deps): update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Nov 6, 2024
1 parent 625ebfd commit 3987383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
coverage: none

- name: Install PHP dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: "--prefer-dist"
Expand All @@ -54,7 +54,7 @@ jobs:
coverage: none

- name: Install PHP dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: "--prefer-dist"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install PHP dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependency-version }}
composer-options: "--prefer-dist"
Expand Down

0 comments on commit 3987383

Please sign in to comment.