Skip to content

Bump guzzlehttp/psr7 from 2.2.1 to 2.7.0 #14

Bump guzzlehttp/psr7 from 2.2.1 to 2.7.0

Bump guzzlehttp/psr7 from 2.2.1 to 2.7.0 #14

Workflow file for this run

name: PHPUnit
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPUnit Tests
uses: php-actions/phpunit@v2
with:
php_extensions: xdebug mbstring
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text