Skip to content

APPLE-185: Investigate Issue with Aside when Using Recipe Card Blocks (release/v2.5.0) #623

APPLE-185: Investigate Issue with Aside when Using Recipe Card Blocks (release/v2.5.0)

APPLE-185: Investigate Issue with Aside when Using Recipe Card Blocks (release/v2.5.0) #623

Workflow file for this run

name: Testing Suite
on:
push:
branches:
- develop
- release/*
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
- develop
- release/*
jobs:
php-tests:
strategy:
matrix:
multisite: [true, false]
php: ['8.2', '8.1', '8.0']
wordpress: ["latest"]
if: github.event.pull_request.draft == false
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
command: "phpunit"
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}