Updated changelog

This commit is contained in:
Alejandro Celaya
2022-09-24 08:17:14 +02:00
parent e5107c40f9
commit 3f808e3813
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
tools: composer
- run: echo "::set-output name=composerArgs::${{ inputs.php-version == '8.2' && '--ignore-platform-req=php' || '' }}"
- 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 }}