Add PHP 8.4 to CI

This commit is contained in:
Alejandro Celaya
2024-07-23 20:02:49 +02:00
parent 7c659699f3
commit ae0ff5f23c
7 changed files with 20 additions and 18 deletions

View File

@@ -44,5 +44,5 @@ runs:
ini-values: pcov.directory=module
- name: Install dependencies
if: ${{ inputs.install-deps == 'yes' }}
run: composer install --no-interaction --prefer-dist
run: composer install --no-interaction --prefer-dist ${{ inputs.php-version == '8.4' && '--ignore-platform-req=php' || '' }}
shell: bash