Skip to content

Issue-91 [FEATURE] Removes preloading of blocks on edit post screen #221

Issue-91 [FEATURE] Removes preloading of blocks on edit post screen

Issue-91 [FEATURE] Removes preloading of blocks on edit post screen #221

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
phpunit:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
wp_version: [ "latest" ]
multisite: [ false, true ]
name: WordPress ${{ matrix.wp_version }} @ PHP ${{ matrix.php }} (WP_MULTISITE=${{ matrix.multisite }})
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
command: "phpunit"
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
multisite: ${{ matrix.multisite }}