Add support for PHP 8.3

This commit is contained in:
Alejandro Celaya
2023-11-04 12:42:31 +01:00
parent 2a782ab60b
commit 2cb8486bb3
10 changed files with 30 additions and 24 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
run: composer install --no-interaction --prefer-dist ${{ inputs.php-version == '8.3' && '--ignore-platform-req=php' || '' }}
shell: bash