Skip to content

Merge pull request #25 from abetomo/dependabot/github_actions/actions… #72

Merge pull request #25 from abetomo/dependabot/github_actions/actions…

Merge pull request #25 from abetomo/dependabot/github_actions/actions… #72

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- run: composer install -n --prefer-dist
- run: vendor/bin/phpunit