Skip to content

Commit

Permalink
Merge pull request #4788 from derrabus/ci/remove-php-8.1-hack
Browse files Browse the repository at this point in the history
Don't fake the PHP version anymore
  • Loading branch information
derrabus authored Sep 11, 2021
2 parents 5d71278 + 3cea382 commit 00a408a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
coverage: "pcov"
ini-values: "zend.assertions=1"

- name: "Adjust dependencies"
if: "${{ matrix.php-version == '8.1' }}"
run: composer config platform.php 8.0.99

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit 00a408a

Please sign in to comment.