Skip to content

Commit

Permalink
Leftover from 37171e6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 11, 2020
1 parent 89e2d07 commit 9a5adb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v2"

- name: "Run friendsofphp/php-cs-fixer"
run: "php7.3 ./tools/php-cs-fixer fix --diff-format=udiff --dry-run --show-progress=dots --using-cache=no --verbose"
run: "php7.4 ./tools/php-cs-fixer fix --diff-format=udiff --dry-run --show-progress=dots --using-cache=no --verbose"

type-checker:
name: "Type Checker"
Expand All @@ -32,10 +32,10 @@ jobs:
uses: "docker://ergebnis/composer-root-version-action:0.1.3"

- name: "Update dependencies with composer"
run: "php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress --no-suggest"
run: "php7.4 ./tools/composer update --no-ansi --no-interaction --no-progress --no-suggest"

- name: "Run vimeo/psalm"
run: "php7.3 ./tools/psalm --config=psalm.xml --no-progress --shepherd --show-info=false --stats"
run: "php7.4 ./tools/psalm --config=psalm.xml --no-progress --shepherd --show-info=false --stats"

tests:
name: "Tests"
Expand Down

0 comments on commit 9a5adb1

Please sign in to comment.