Skip to content

Commit

Permalink
Merge pull request #8 from Kochava/php-lib-ignoreplatform
Browse files Browse the repository at this point in the history
fix: ignore platform for php lib composer
  • Loading branch information
drahamim authored Mar 11, 2022
2 parents f7b5eb7 + 8e5fc99 commit 764aedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php_lib_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
working-directory: "${{ inputs.COMPOSER_WORKING_DIRECTORY }}"
composer-options: "--ignore-platform-reqs"
# Run PHP linter.
- name: php lint
if: ${{ inputs.PHP_LINT }}
Expand Down

0 comments on commit 764aedc

Please sign in to comment.