Update docker images to PHP 8.3

This commit is contained in:
Alejandro Celaya
2024-02-11 11:22:48 +01:00
parent 522d021264
commit f2a7b687a9
13 changed files with 23 additions and 28 deletions

View File

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