Skip to content

Docs: Documenting 2.2.1 #45

Docs: Documenting 2.2.1

Docs: Documenting 2.2.1 #45

Workflow file for this run

name: PHPUnit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: composer run test