Skip to content

Remove lumen support (#185) #35

Remove lumen support (#185)

Remove lumen support (#185) #35

Workflow file for this run

name: PHPUnit
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.1, 8.2]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/phpunit --coverage-text