Skip to content

Commit feea1b0

Browse files
authored
ci: phpunit-bridge ^6.4.1 (#6327)
1 parent 57fe136 commit feea1b0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,6 @@ jobs:
998998
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony lowest)
999999
runs-on: ubuntu-latest
10001000
timeout-minutes: 20
1001-
env:
1002-
SYMFONY_PHPUNIT_VERSION: '9.5'
10031001
strategy:
10041002
matrix:
10051003
php:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"symfony/maker-bundle": "^1.24",
9090
"symfony/mercure-bundle": "*",
9191
"symfony/messenger": "^6.4 || ^7.0",
92-
"symfony/phpunit-bridge": "^6.4 || ^7.0",
92+
"symfony/phpunit-bridge": "^6.4.1 || ^7.0",
9393
"symfony/routing": "^6.4 || ^7.0",
9494
"symfony/security-bundle": "^6.4 || ^7.0",
9595
"symfony/security-core": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)