Skip to content

Rename Features as Group #10

Rename Features as Group

Rename Features as Group #10

Workflow file for this run

name: Testing Suite
on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened, ready_for_review]
jobs:
php-tests:
if: github.event.pull_request.draft == false
strategy:
matrix:
php: ["8.2", "8.1"]
wordpress: ["latest"]
multisite: [false, true]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
multisite: ${{ matrix.multisite }}