Skip to content

Bump guzzlehttp/psr7 from 2.4.3 to 2.7.0 #149

Bump guzzlehttp/psr7 from 2.4.3 to 2.7.0

Bump guzzlehttp/psr7 from 2.4.3 to 2.7.0 #149

Workflow file for this run

name: Master workflow
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
#- name: PHP Security Checker
# uses: StephaneBour/actions-php-security-checker@1.0
- name: Setup project
run: make setup
- name: Check lint
run: make lint
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: make test