Skip to content

Commit

Permalink
REMOVE locked file from github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament committed Dec 16, 2024
1 parent 5661491 commit ea1859a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/full-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
dependencies:
- "lowest"
- "locked"
- "highest"
php-version:
- "8.0"
Expand Down Expand Up @@ -56,10 +55,6 @@ jobs:
if: ${{ matrix.dependencies == 'lowest' }}
run: "composer update --prefer-lowest --no-interaction --no-progress"

- name: "Install locked dependencies"
if: ${{ matrix.dependencies == 'locked' }}
run: "composer install --no-interaction --no-progress"

- name: "Install highest dependencies"
if: ${{ matrix.dependencies == 'highest' }}
run: "composer update --no-interaction --no-progress"
Expand Down

0 comments on commit ea1859a

Please sign in to comment.