Skip to content

Getting rid of Summarizable #15

Getting rid of Summarizable

Getting rid of Summarizable #15

Workflow file for this run

name: PHPUnit
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
php-version: ['8.1', '8.2']
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
name: Install dependencies
with:
php_version: ${{ matrix.php-version }}
version: 2
- name: Running PHPUnit
run: php vendor/bin/phpunit --configuration phpunit.xml