Skip to content

chore: migrate off of the .github workflows #561

chore: migrate off of the .github workflows

chore: migrate off of the .github workflows #561

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3, 8.4]
object: [true, false]
multisite: [true, false]
wp_version: ['6.1', '6.8', 'latest']
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
object-cache: ${{ matrix.object }}
install-core-tests: true
working-directory: 'plugins/wp-graphql-buddypress'