Skip to content

REST API Endpoint

REST API Endpoint #356

Workflow file for this run

name: Testing Suite
on:
push:
branches:
- develop
pull_request:
jobs:
php-tests:
strategy:
matrix:
php: [8.2]
wordpress: ["latest"]
multisite: [true, false]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
multisite: ${{ matrix.multisite }}