Skip to content

Commit

Permalink
Remove duplicate option
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Dec 25, 2020
1 parent 2038aa8 commit b637ccb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
run: composer req "webonyx/graphql-php:${{ matrix.graphql-version }}" --dev --no-update

- name: "Install dependencies"
run: composer update --no-interaction --no-interaction --no-progress ${{ matrix.composer-flags }}
run: composer update --no-interaction --no-progress ${{ matrix.composer-flags }}

- name: "Set SYMFONY_DEPRECATIONS_HELPER if needed"
if: matrix.symfony-deprecation-helper != ''
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"

- name: "Install dependencies"
run: composer update --no-interaction --no-interaction --no-progress
run: composer update --no-interaction --no-progress

- name: "Check coding standard"
run: composer check-cs
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"

- name: "Install dependencies"
run: composer update --no-interaction --no-interaction --no-progress
run: composer update --no-interaction --no-progress

- name: "Run benchmark"
run: composer bench
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"

- name: "Install dependencies"
run: composer update --no-interaction --no-interaction --no-progress
run: composer update --no-interaction --no-progress

- name: "Run static-analysis"
run: composer static-analysis
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"4.4.*"'"#' composer.json

- name: "Install dependencies"
run: composer update --no-interaction --no-interaction --no-progress
run: composer update --no-interaction --no-progress

- name: "Setup PCOV for PHPUnit < 8"
run: |
Expand Down

0 comments on commit b637ccb

Please sign in to comment.