diff --git a/.github/workflows/phpunits.yaml b/.github/workflows/phpunits.yaml index 6e5d1d40c..1eab693bc 100644 --- a/.github/workflows/phpunits.yaml +++ b/.github/workflows/phpunits.yaml @@ -115,6 +115,12 @@ jobs: - name: Install dependencies id: composer-dependencies run: composer install --prefer-dist --no-progress + if: ${{ matrix.php-versions != '8.2' }} + + - name: Install dependencies (ignore) + id: composer-dependencies + run: composer install --prefer-dist --no-progress --ignore-platform-reqs + if: ${{ matrix.php-versions == '8.2' }} - name: Check codeclimate id: codeclimate-check