Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Apply fixes from StyleCI #56

Apply fixes from StyleCI

Apply fixes from StyleCI #56

Workflow file for this run

name: CI
on: [push, pull_request]
env:
fail-fast: false
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
name: Tests on PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer install --ansi --no-progress
- name: PHPUnit Tests
run: vendor/bin/simple-phpunit