Skip to content

Merge pull request #82 from alleyinteractive/feature/posts-attribute #202

Merge pull request #82 from alleyinteractive/feature/posts-attribute

Merge pull request #82 from alleyinteractive/feature/posts-attribute #202

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 }}