From feea1b06abe4a2d900f2976a227e8b073550103f Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Sun, 21 Apr 2024 20:55:41 +0200 Subject: [PATCH] ci: phpunit-bridge ^6.4.1 (#6327) --- .github/workflows/ci.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15e7f0fc6a..407424722b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -998,8 +998,6 @@ jobs: name: PHPUnit (PHP ${{ matrix.php }}) (Symfony lowest) runs-on: ubuntu-latest timeout-minutes: 20 - env: - SYMFONY_PHPUNIT_VERSION: '9.5' strategy: matrix: php: diff --git a/composer.json b/composer.json index 22978bd7cd..4ae60cda61 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ "symfony/maker-bundle": "^1.24", "symfony/mercure-bundle": "*", "symfony/messenger": "^6.4 || ^7.0", - "symfony/phpunit-bridge": "^6.4 || ^7.0", + "symfony/phpunit-bridge": "^6.4.1 || ^7.0", "symfony/routing": "^6.4 || ^7.0", "symfony/security-bundle": "^6.4 || ^7.0", "symfony/security-core": "^6.4 || ^7.0",