Skip to content

Add MySQL 8.4 LTS to test matrix #560

Add MySQL 8.4 LTS to test matrix

Add MySQL 8.4 LTS to test matrix #560

Workflow file for this run

name: Code Quality Checks
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- master
schedule:
- cron: '17 2 * * *' # Run every day on a seemly random time.
permissions:
contents: read
jobs:
code-quality:
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main