Skip to content

Commit

Permalink
Support only the latest guzzle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 31, 2024
1 parent 187c2d9 commit 2621ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ jobs:
max-parallel: 10
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
psr7: ['^1.9.1', '^2.5.1']
include:
- php: '8.0'
psr7: '^1.9.1@dev'
- php: '8.3'
psr7: '^2.5.1@dev'
exclude:
- php: '8.1'
psr7: '^1.9.1'
- php: '8.2'
psr7: '^1.9.1'
- php: '8.3'
psr7: '^1.9.1'

steps:
- name: Set up PHP
Expand All @@ -88,7 +75,6 @@ jobs:

- name: Download dependencies
run: |
composer require --no-update "guzzlehttp/psr7:${{ matrix.psr7 }}"
composer update --no-interaction --no-progress
- name: Start test servers
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"guzzlehttp/promises": "^2.0.2",
"guzzlehttp/psr7": "^2.6.2",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
Expand Down

0 comments on commit 2621ce8

Please sign in to comment.