Skip to content

Updated changelog and added missing 2.1.0 notes #22

Updated changelog and added missing 2.1.0 notes

Updated changelog and added missing 2.1.0 notes #22

Workflow file for this run

name: PHP Composer
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer run-script test