Skip to content

Update mantle-framework/testkit requirement from ^0.12 to ^1.0 #361

Update mantle-framework/testkit requirement from ^0.12 to ^1.0

Update mantle-framework/testkit requirement from ^0.12 to ^1.0 #361

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