Skip to content

Update GitHub actions #16

Update GitHub actions

Update GitHub actions #16

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
bootstrap: vendor/autoload.php