Skip to content

Update CI workflows #49

Update CI workflows

Update CI workflows #49

Workflow file for this run

name: PHPUnit
on:
pull_request:
branches:
- main
jobs:
php-tests:
strategy:
matrix:
php: [8.2, 7.4 ]
wordpress: ["latest"]
multisite: [false, true]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
multisite: ${{ matrix.multisite }}