Skip to content

Options were not completely filled #87

Options were not completely filled

Options were not completely filled #87

Workflow file for this run

on:
push:
pull_request:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: install composer dependencies
uses: php-actions/composer@v6
with:
php_version: 7.4
# - name: php-cs-fixer static analysis
# uses: docker://oskarstark/php-cs-fixer-ga
# with:
# args: --using-cache=no --diff --dry-run -v
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
version: 5
php_version: 7.1
bootstrap: vendor/autoload.php
configuration: phpunit.xml.dist
args: --coverage-text