Skip to content

chore: support Elgg 6 #6

chore: support Elgg 6

chore: support Elgg 6 #6

Workflow file for this run

name: PHPUnit Plugin Tests
on: [push, pull_request]
jobs:
phpunit5:
name: Run PHPUnit test suites - Elgg 5
uses: ColdTrick/.github/.github/workflows/phpunit.yml@master
phpunit6:
name: Run PHPUnit test suites - Elgg 6
uses: ColdTrick/.github/.github/workflows/phpunit.yml@master
with:
elgg_major_version: 6