Skip to content

PHP 8.1 compatibility tested #247

PHP 8.1 compatibility tested

PHP 8.1 compatibility tested #247

Workflow file for this run

name: Test
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v1
- name: Composer dependencies
run: composer install
- name: Run Testsuite
run: vendor/bin/phpunit