Skip to content

Commit

Permalink
Use latest dependencies during the build
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Jul 8, 2024
1 parent 62ada6a commit 0e4e82c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Install Dependencies
uses: ramsey/composer-install@v3
with:
dependency-versions: "highest"

- name: Run Tests
run: |
Expand Down

0 comments on commit 0e4e82c

Please sign in to comment.