Skip to content

Commit 947155e

Browse files
authored
fix: bump guzzle for security and add 8.2 (#97)
1 parent 2cef811 commit 947155e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22

33
on: [pull_request]
44

5-
concurrency:
5+
concurrency:
66
group: ${{ github.workflow }}-${{ github.head_ref }}
77
cancel-in-progress: true
88

@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 1
1515
matrix:
16-
php-versions: ['7.3', '7.4', '8.0', '8.1']
16+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": ">=7.3",
24-
"guzzlehttp/guzzle": "^6.3.3 || ^7.0.1"
24+
"guzzlehttp/guzzle": "^6.5.8 || ^7.0.1"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^3.0.0",
@@ -37,4 +37,4 @@
3737
"GetStream\\Integration\\": "tests/integration/"
3838
}
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)