Skip to content

Commit

Permalink
Use newer version of composer install action
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray committed Aug 8, 2024
1 parent 939aa5d commit 3a033eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tools: none
coverage: none
- name: Composer Install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.composer }}
- name: Unit Tests
Expand Down

0 comments on commit 3a033eb

Please sign in to comment.