Skip to content

Update file(s) from "wp-cli/.github" #8

Update file(s) from "wp-cli/.github"

Update file(s) from "wp-cli/.github" #8

Workflow file for this run

name: Testing
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
with:
# composer.json still allows PHP 7.2, but the development environment
# cannot be installed below 7.4: johnpbloch/wordpress-core dev-master
# requires it, so `composer install` fails on the 7.2 and 7.3 legs.
minimum-php: '7.4'