Skip to content

Set WordPress minimum version to 5.9 & update PHPUnit #60

Set WordPress minimum version to 5.9 & update PHPUnit

Set WordPress minimum version to 5.9 & update PHPUnit #60

Workflow file for this run

name: Behat Testing
on:
push:
paths:
- '.github/workflows/behat-test.yml'
- '**.php'
- '**.feature'
- 'behat.yml'
- 'composer.json'
pull_request:
paths:
- '.github/workflows/behat-test.yml'
- '**.php'
- '**.feature'
- 'behat.yml'
- 'composer.json'
types:
- opened
- reopened
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
behat:
uses: automattic/wpvip-plugins-.github/.github/workflows/reusable-behat-test.yml@trunk