Skip to content

Adding tests and renamed tag name #2

Adding tests and renamed tag name

Adding tests and renamed tag name #2

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: ['7.4', '8.2']
dependency-version: [prefer-stable]
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --no-progress --no-suggest
- name: Run integration test suite
run: vendor/bin/simple-phpunit --testsuite=integration