Skip to content

Pin the wpbrowser dependency as 3.5.0 contains a breaking change. #38

Pin the wpbrowser dependency as 3.5.0 contains a breaking change.

Pin the wpbrowser dependency as 3.5.0 contains a breaking change. #38

# 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 }} / PHP ${{ matrix.php }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@trunk
strategy:
matrix:
wp:
- '6.4'
- '6.3'
- '6.2'
php:
- '8.3'
- '7.4'
include:
- php: '7.4'
wp: '5.6'
fail-fast: false
with:
wp: ${{ matrix.wp }}
php: ${{ matrix.php }}
node: false