Skip to content

init 2.x

init 2.x #291

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer install
- name: Run PHPUnit
run: php8.1 vendor/bin/pest