diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 824c5dd..6867d9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,9 @@ jobs: - '' - '--prefer-stable' - '--prefer-stable --prefer-lowest' + include: + - php: '8.2' + composer_args: '--prefer-stable --ignore-platform-req=php+' name: PHP ${{ matrix.php }} ${{ matrix.composer_args }} steps: - uses: actions/checkout@v3