Updated dockerimages to PHP 8.2 and added full support for this version

This commit is contained in:
Alejandro Celaya
2022-12-10 17:29:52 +01:00
parent 27bf7220b9
commit dab0ebeb99
7 changed files with 8 additions and 14 deletions

View File

@@ -41,10 +41,7 @@ runs:
extensions: ${{ inputs.php-extensions }}
coverage: pcov
ini-values: pcov.directory=module
- run: echo "::set-output name=composerArgs::${{ inputs.php-version == '8.2' && '--ignore-platform-req=php+' || '' }}"
id: composer_args
shell: bash
- name: Install dependencies
if: ${{ inputs.install-deps == 'yes' }}
run: composer install --no-interaction --prefer-dist ${{ steps.composer_args.outputs.composerArgs }}
run: composer install --no-interaction --prefer-dist
shell: bash