diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9db70ac3b..94fbd1844 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['7.4', '8.1', '8.2', '8.3'] + php: ['7.4', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php }} @@ -38,10 +38,6 @@ jobs: cp tests/acceptance.conf.php.default tests/acceptance.conf.php cp tests/smoke.conf.php.default tests/smoke.conf.php - - name: Require Symfony PHPUnit Bridge 5.4 for PHP 8.1 - if: ${{ matrix.php >= 8.1 }} - run: composer require symfony/phpunit-bridge:^5.4 --dev --prefer-dist --no-interaction --no-progress - - name: Install dependencies uses: nick-fields/retry@v3 with: diff --git a/composer.json b/composer.json index 0d0789539..500181abf 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "mockery/mockery": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.4" + "symfony/phpunit-bridge": "^7" }, "replace": { "swiftmailer/swiftmailer": "^6"