Skip to content

Commit

Permalink
always test with throttle plugin as all supported PHP versions are co…
Browse files Browse the repository at this point in the history
…mpatible now
  • Loading branch information
dbu committed Sep 2, 2024
1 parent 8222bf4 commit 6199d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- dependencies: "php-http/guzzle7-adapter"
php-version: "8.2"
symfony-deprecations-helper: "weak"
- dependencies: "php-http/guzzle7-adapter php-http/throttle-plugin"
- dependencies: "php-http/guzzle7-adapter"
php-version: "8.3"
symfony-deprecations-helper: "weak"

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"php-http/cache-plugin": "^1.7",
"php-http/mock-client": "^1.2",
"php-http/promise": "^1.0",
"php-http/throttle-plugin": "^1.1",
"phpunit/phpunit": "^9",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/cache": "^6.4 || ^7.1",
Expand Down

0 comments on commit 6199d00

Please sign in to comment.