Skip to content

Merge branch 'main' of github.com:alleyinteractive/mantle #1381

Merge branch 'main' of github.com:alleyinteractive/mantle

Merge branch 'main' of github.com:alleyinteractive/mantle #1381

Workflow file for this run

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