Skip to content

Commit

Permalink
Revert "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 2bcc780 commit 5894978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ jobs:
run: php --ri phalcon

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

- name: Setup Tests
run: |
Expand Down

0 comments on commit 5894978

Please sign in to comment.