Skip to content

Merge pull request #66 from alleyinteractive/hotfix/59-archiveless-mi… #410

Merge pull request #66 from alleyinteractive/hotfix/59-archiveless-mi…

Merge pull request #66 from alleyinteractive/hotfix/59-archiveless-mi… #410

Workflow file for this run

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