Skip to content

Commit

Permalink
Merge branch '4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 6, 2022
2 parents 05a0755 + 428c31e commit 861d026
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:

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Run friendsofphp/php-cs-fixer"
run: "./tools/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose"
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Update dependencies with composer"
run: "./tools/composer update --no-ansi --no-interaction --no-progress"
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 861d026

Please sign in to comment.