Add support for PHP 8.5

This commit is contained in:
Alejandro Celaya
2025-11-01 10:13:00 +01:00
parent 12d81c3213
commit f024fd414e
5 changed files with 4 additions and 4 deletions

View File

@@ -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.5' && '--ignore-platform-req=php' || '' }}
run: composer install --no-interaction --prefer-dist
shell: bash