Skip to content

BC break: use test suite instead of test case whenever possible #219

BC break: use test suite instead of test case whenever possible

BC break: use test suite instead of test case whenever possible #219

Workflow file for this run

name: Tests
on:
- pull_request
- push
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php:
- '8.3'
- '8.4'
os:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer, phing
coverage: pcov
- run: phing test