Skip to content

Commit

Permalink
Remove --ignore-platform-reqs option in Win job
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 11, 2021
1 parent f7e9277 commit 2bcc780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,7 @@ jobs:
run: php --ri phalcon

- name: Install Packages
# TODO: Imagick isn't available for PHP8.0
run: composer install --prefer-dist --ignore-platform-reqs
run: composer install --prefer-dist

- name: Setup Tests
run: |
Expand Down

0 comments on commit 2bcc780

Please sign in to comment.