Skip to content

CI

CI #32

Workflow file for this run

name: CI
on: [ push ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
version: 10.5
bootstrap: vendor/autoload.php
configuration: phpunit.xml