Skip to content

Test with johnbillion/plugin-infrastructure@actions-sast #118

Test with johnbillion/plugin-infrastructure@actions-sast

Test with johnbillion/plugin-infrastructure@actions-sast #118

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Integration Tests
on:
push:
branches:
- 'develop'
- 'trunk'
- 'master'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
name: WP ${{ matrix.wp }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@d0f8509be62720ef22b11faddc20487f36109741
strategy:
matrix:
wp:
# Latest 3 major versions of WordPress
- '6.7'
- '6.6'
- '6.5'
php:
# Newest and oldest supported versions of PHP
- '8.3'
- '7.4'
include:
# Latest WordPress on PHP 8.4
- php: '8.4'
wp: '6.7'
# Oldest supported version of WordPress
- php: '7.4'
wp: '5.8'
fail-fast: false
with:
wp: ${{ matrix.wp }}
php: ${{ matrix.php }}
node: false