Skip to content

Commit

Permalink
gha: use --ignore-platform-req=php for PHP 8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Dec 1, 2020
1 parent 8286a67 commit d4814eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install Dependencies
run: composer update ${DEPENDENCIES}
run: composer update ${DEPENDENCIES} --ignore-platform-req=php

- name: Run unit tests
run: |
Expand Down

0 comments on commit d4814eb

Please sign in to comment.