Skip to content

JSON schemas for data objects #376

JSON schemas for data objects

JSON schemas for data objects #376

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Acceptance Tests
on:
push:
branches:
- 'develop'
- 'trunk'
- 'master'
pull_request:
branches:
- '**'
# Once weekly on Thursdays at 11:00 UTC.
schedule:
- cron: '0 11 * * 4'
workflow_dispatch:
jobs:
test:
name: WP ${{ matrix.wp }} / PHP ${{ matrix.php }}
strategy:
matrix:
wp: ['6.1','5.6','nightly']
php: ['8.0','7.4','7.2']
include:
- wp: '6.1'
php: '8.1'
- wp: '6.1'
php: '8.2'
- wp: 'nightly'
php: '8.2'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk
with:
wp: ${{ matrix.wp }}
php: ${{ matrix.php }}