Skip to content

fix supported post types #245

fix supported post types

fix supported post types #245

Workflow file for this run

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