Skip to content

Bump WordPress "tested up to" version 6.5. #185

Bump WordPress "tested up to" version 6.5.

Bump WordPress "tested up to" version 6.5. #185

Workflow file for this run

name: PHPUnit
on:
pull_request:
branches:
- develop
paths-ignore:
- '**.php'
jobs:
phpunit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
steps:
- run: 'echo "No PHPUnit check required"'