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

@@ -51,10 +51,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
tools: composer
- run: echo "::set-output name=composerArgs::${{ matrix.php-version == '8.2' && '--ignore-platform-req=php+' || '' }}"
id: composer_args
shell: bash
- run: composer install --no-interaction --prefer-dist ${{ steps.composer_args.outputs.composerArgs }}
- run: composer install --no-interaction --prefer-dist
- run: ./vendor/bin/rr get --no-interaction --location bin/ && chmod +x bin/rr
- run: composer test:api:rr