Skip to content

Commit

Permalink
Let's try Composer v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Sep 24, 2020
1 parent ca88182 commit e7cd36a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backwards-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
tools: composer:v1, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
tools: composer:v1, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
tools: composer:v1, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
tools: composer:v1, cs2pr

- name: "Cache dependencies"
uses: "actions/cache@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
tools: composer:v1, cs2pr

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

0 comments on commit e7cd36a

Please sign in to comment.