Skip to content

Commit 6a1ad81

Browse files
authored
Revert "fix(tests): Pin symfony/http-client to <5.4.22 || <6.2.8 (#7… (#715)
1 parent 9ed74e6 commit 6a1ad81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
120120

121121
- name: Remove optional packages
122-
run: composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache --dev --no-update
122+
run: composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache symfony/http-client --dev --no-update
123123

124124
- name: Install dependencies
125125
uses: ramsey/composer-install@v1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"symfony/cache": "^4.4.20||^5.0.11||^6.0",
5757
"symfony/dom-crawler": "^4.4.20||^5.0.11||^6.0",
5858
"symfony/framework-bundle": "^4.4.20||^5.0.11||^6.0",
59-
"symfony/http-client": "^4.4.20||^5.0.11 <5.4.22||^6.0 <6.2.8",
59+
"symfony/http-client": "^4.4.20||^5.0.11||^6.0",
6060
"symfony/messenger": "^4.4.20||^5.0.11||^6.0",
6161
"symfony/monolog-bundle": "^3.4",
6262
"symfony/phpunit-bridge": "^5.2.6||^6.0",

0 commit comments

Comments
 (0)