diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5df5f0b..65ec6db 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,13 +13,13 @@ 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 with: fetch-depth: 0 # gives the commit message linter access to all previous commits - + - name: Commit lint if: ${{ matrix.php-versions == '7.3' }} uses: wagoid/commitlint-github-action@v4 diff --git a/composer.json b/composer.json index 637206d..9061e52 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require": { "php": ">=7.3", - "guzzlehttp/guzzle": "^6.3.3 || ^7.0.1", + "guzzlehttp/guzzle": "^6.5.8 || ^7.0.1", "firebase/php-jwt": "^v5.0.0 || ^v6.0.0" }, "require-dev": { @@ -38,4 +38,4 @@ "GetStream\\Integration\\": "tests/integration/" } } -} \ No newline at end of file +}