Skip to content

Bump phpunit/phpunit from 9.6.19 to 11.3.0 #100

Bump phpunit/phpunit from 9.6.19 to 11.3.0

Bump phpunit/phpunit from 9.6.19 to 11.3.0 #100

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
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