Skip to content

Commit

Permalink
fix: bump guzzle for security and add 8.2 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored Aug 29, 2022
1 parent 2cef811 commit 947155e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on: [pull_request]

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=7.3",
"guzzlehttp/guzzle": "^6.3.3 || ^7.0.1"
"guzzlehttp/guzzle": "^6.5.8 || ^7.0.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0.0",
Expand All @@ -37,4 +37,4 @@
"GetStream\\Integration\\": "tests/integration/"
}
}
}
}

0 comments on commit 947155e

Please sign in to comment.