Skip to content

PSR http messages ^2 #86

PSR http messages ^2

PSR http messages ^2 #86

Workflow file for this run

name: PHPUnit
on:
push:
branches: [ main ]
pull_request: null
jobs:
tester:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
- run: composer install --prefer-dist --no-progress --no-suggest
- run: vendor/bin/phpunit --exclude-group integration tests