Skip to content

Commit

Permalink
chore: remove deprecated --no-suggest composer flag (#89)
Browse files Browse the repository at this point in the history
## This PR

- remove deprecated flag usage from composer commands

Signed-off-by: Tom Carrio <[email protected]>
  • Loading branch information
tcarrio authored Mar 11, 2023
1 parent 800119f commit 2adecfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
if: steps.root-composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Check Style
run: vendor/bin/phpcs
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install dependencies
working-directory: integration
if: steps.behat-composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Start test-harness container
run: docker run --rm -d -p 8013:8013 ghcr.io/open-feature/flagd-testbed:latest
Expand Down

0 comments on commit 2adecfb

Please sign in to comment.