Skip to content

Commit

Permalink
Stop pretending that PHP 8.1 is 8.0 in CI (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Jun 15, 2022
1 parent e3ff079 commit 8d2ce4e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -72,10 +72,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Mimic PHP 8.0
run: composer config platform.php 8.0.999
if: matrix.php > 8

- name: Download dependencies
run: |
composer require --no-update "guzzlehttp/psr7:${{ matrix.psr7 }}"
Expand Down Expand Up @@ -111,10 +107,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Mimic PHP 8.0
run: composer config platform.php 8.0.999
if: matrix.php > 8

- name: Download dependencies
run: composer update --no-interaction --no-progress

Expand Down

0 comments on commit 8d2ce4e

Please sign in to comment.