Skip to content

Add workflow and PR template #6

Add workflow and PR template

Add workflow and PR template #6

Workflow file for this run

name: phpunit
on: push
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
- run: php vendor/bin/phpunit