Skip to content

Resolve error with Site Design failing DOM operations. #560

Resolve error with Site Design failing DOM operations.

Resolve error with Site Design failing DOM operations. #560

Workflow file for this run

name: Test / PHP
on:
pull_request:
branches:
- master
jobs:
# PHP Unit testing
# Unit testing should be run across WP current, previous, and major before previous.
php_unit_versions_matrix:
strategy:
matrix:
php: ['7.4','8.3']
wp: ['6.4'] # TODO: Add 6.5 when released
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
uses: ./.github/workflows/test-php-unit.yml
with:
phpVersion: ${{ matrix.php }}
wpVersion: 'WordPress/WordPress#${{ matrix.wp }}'