Skip to content

Merge pull request #11 from vitorccs/feature/add_importing_feature #19

Merge pull request #11 from vitorccs/feature/add_importing_feature

Merge pull request #11 from vitorccs/feature/add_importing_feature #19

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml.dist
version: 9.5