Skip to content

Commit

Permalink
Install lowest dependency version for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Aug 4, 2023
1 parent 8841e85 commit b144e7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
dependency-versions: "lowest"

- name: "Upload composer.lock as build artifact"
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
dependency-versions: "lowest"

- name: "Upload composer.lock as build artifact"
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b144e7a

Please sign in to comment.