We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be711a0 commit fc36727Copy full SHA for fc36727
.github/workflows/continuous-integration.yml
@@ -53,6 +53,14 @@ jobs:
53
php-version: "8.0"
54
stability: "dev"
55
symfony-deprecations-helper: "weak"
56
+ - dependencies: "php-http/guzzle7-adapter php-http/vcr-plugin:^1.0@dev"
57
+ php-version: "8.1"
58
+ stability: "dev"
59
+ symfony-deprecations-helper: "weak"
60
+ - dependencies: "php-http/guzzle7-adapter"
61
62
63
64
65
# Test maintained versions of Symfony
66
- dependencies: "php-http/guzzle6-adapter"
0 commit comments