Skip to content

Merge pull request #8 from polidog/php73 #5

Merge pull request #8 from polidog/php73

Merge pull request #8 from polidog/php73 #5

Workflow file for this run

name: test
on: ['push']
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
php-versions: [ '7.3', '7.4' ]
steps:
- uses: actions/checkout@v1
- name: Run composer install
run: |
composer install
- name: phpunit
run: |
composer test