Skip to content

Commit

Permalink
Do not ignore platform reqs when using PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 18, 2024
1 parent 0839443 commit b11d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ runs:
coverage: xdebug
- name: Install dependencies
if: ${{ inputs.install-deps == 'yes' }}
run: composer install --no-interaction --prefer-dist ${{ inputs.php-version == '8.4' && '--ignore-platform-req=php' || '' }}
run: composer install --no-interaction --prefer-dist
shell: bash

0 comments on commit b11d5c6

Please sign in to comment.