Skip to content

Merge branch 'main' into patch-14 #11

Merge branch 'main' into patch-14

Merge branch 'main' into patch-14 #11

Workflow file for this run

name: phpunit
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3