Skip to content

Changes generated by 1465c2d4a7377e4f8f94805de3bdc4e3d3c66ab1 #119

Changes generated by 1465c2d4a7377e4f8f94805de3bdc4e3d3c66ab1

Changes generated by 1465c2d4a7377e4f8f94805de3bdc4e3d3c66ab1 #119

Workflow file for this run

name: build
on: push
jobs:
test_library:
strategy:
fail-fast: false
matrix:
version: [8.1, 8.2, 8.3]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.version }}
- run: composer install --no-interaction
- name: Test Library
run: ./vendor/phpunit/phpunit/phpunit