Skip to content

Update the required PHP version in composer.json #103

Update the required PHP version in composer.json

Update the required PHP version in composer.json #103

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