Skip to content

Commit

Permalink
Revert "Install PHP 8.1 dependencies ignoring php req"
Browse files Browse the repository at this point in the history
This reverts commit a9d2cd2.
  • Loading branch information
GrahamCampbell committed Jan 20, 2021
1 parent a9d2cd2 commit b90f49f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
timeout_minutes: 5
max_attempts: 5
command: composer update --no-interaction --no-progress
if: "matrix.php < 8.1"

- name: Install PHP 8.1 Dependencies
uses: nick-invision/retry@v1
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --no-interaction --no-progress --ignore-platform-req=php
if: "matrix.php >= 8.1"

- name: Execute PHPUnit
run: vendor/bin/phpunit
Expand Down

0 comments on commit b90f49f

Please sign in to comment.