diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0724232c..2fe10ead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: with: php-version: ${{ matrix.php }} coverage: xdebug + - name: "TEMP: Configure for experimental builds" + run: composer config platform.php 8.1.99 + if: matrix.php == '8.2' - run: composer install - run: vendor/bin/phpunit --coverage-text if: ${{ matrix.php >= 7.3 }}