diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8722ed5..fb43eb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: build on: [pull_request] -concurrency: +concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} cancel-in-progress: true @@ -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 diff --git a/composer.json b/composer.json index 0261de4..19918e6 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -37,4 +37,4 @@ "GetStream\\Integration\\": "tests/integration/" } } -} \ No newline at end of file +}