Skip to content

Merge pull request #42 from scrumble-nl/@fix/union-type-get-name #39

Merge pull request #42 from scrumble-nl/@fix/union-type-get-name

Merge pull request #42 from scrumble-nl/@fix/union-type-get-name #39

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
with:
php_version: "8.1"
- uses: php-actions/phpunit@v2
with:
php_version: "8.1"