mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 00:24:27 -06:00
Do not ignore platform reqs when using PHP 8.4
This commit is contained in:
parent
08394431f8
commit
b11d5c6864
2
.github/actions/ci-setup/action.yml
vendored
2
.github/actions/ci-setup/action.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user