Skip to content

Bump guzzlehttp/guzzle from 8.0.1 to 8.0.2 #757

Bump guzzlehttp/guzzle from 8.0.1 to 8.0.2

Bump guzzlehttp/guzzle from 8.0.1 to 8.0.2 #757

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.version }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run tests
run: vendor/bin/phpunit