Skip to content

Commit

Permalink
Use composer v1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Dec 6, 2020
1 parent 095c29f commit 0fe6a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
php-version: "7.4"
extensions: mbstring, xml
tools: composer
tools: composer:v1

- name: "Cache dependencies"
uses: actions/cache@v1
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
php-version: "7.4"
extensions: mbstring, xml
tools: composer
tools: composer:v1

- name: "Cache dependencies"
uses: actions/cache@v1
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, xml
tools: composer
tools: composer:v1

- name: "Cache dependencies"
uses: actions/cache@v1
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
php-version: "7.4"
extensions: mbstring, xml
coverage: xdebug
tools: composer
tools: composer:v1

- name: "Cache dependencies"
uses: actions/cache@v1
Expand Down

0 comments on commit 0fe6a45

Please sign in to comment.