diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7c2ca3..d7fec8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,13 +16,11 @@ jobs: - 8.1 - 8.2 - 8.3 + - 8.4 composer_args: - '' - '--prefer-stable' - '--prefer-stable --prefer-lowest' - include: - - php: 8.4 - composer_args: '--ignore-platform-req=php+' name: PHP ${{ matrix.php }} ${{ matrix.composer_args }} steps: - uses: actions/checkout@v4