Skip to content

Commit

Permalink
Update to use Composer 2.2 now phpunit should be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Jan 10, 2022
1 parent 7f4ec5f commit 609b6bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: pecl, composer:v2.1
tools: pecl, composer:v2.2
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: pecl, composer:v2.1
tools: pecl, composer:v2.2
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lumen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: pecl, composer:v2.1
tools: pecl, composer:v2.2
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: pecl, composer:v2.1
tools: pecl, composer:v2.2
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
coverage: "none"
php-version: "8.0"
tools: composer:v2.1
tools: composer:v2.2
env:
fail-fast: true
- name: "Install dependencies"
Expand All @@ -37,7 +37,7 @@ jobs:
with:
coverage: "none"
php-version: "8.0"
tools: composer:v2.1
tools: composer:v2.2
env:
fail-fast: true
- name: "Install dependencies"
Expand All @@ -57,7 +57,7 @@ jobs:
with:
coverage: "none"
php-version: "8.0"
tools: composer:v2.1
tools: composer:v2.2
env:
fail-fast: true
- name: "Require Roave/BackwardCompatibilityCheck"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: pecl, composer:v2.1
tools: pecl, composer:v2.2
extensions: ${{ matrix.extensions }}
env:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: pecl, composer:v2.1
tools: pecl, composer:v2.2
extensions: "curl, ${{ matrix.extensions }}"
env:
fail-fast: true
Expand Down

0 comments on commit 609b6bc

Please sign in to comment.