Skip to content

Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands #6228

Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands

Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands #6228

Workflow file for this run

name: Lint php documentation
on:
push:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
- QA_**
permissions:
contents: read
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint phpdoc blocks
uses: sudo-bot/action-doctum@v5
with:
config-file: tests/doctum-config.php
method: "parse"
cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors"