Skip to content

Fix: Not possible to create multiple Piwik tracker instances having d… #37

Fix: Not possible to create multiple Piwik tracker instances having d…

Fix: Not possible to create multiple Piwik tracker instances having d… #37

Workflow file for this run

name: PHPUnit
on:
pull_request:
push:
branches: [ master ]
permissions:
actions: read
checks: read
contents: read
deployments: none
issues: read
packages: none
pull-requests: read
repository-projects: none
security-events: none
statuses: none
jobs:
build:
name: PHPUnit
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: composer:v2
extensions: memcached
- name: "Composer install"
run: |
composer install --prefer-dist
- name: PHPUnit / PHP ${{ matrix.php-version }}
run: |
php -v
./vendor/bin/phpunit