Skip to content

This is deprecated and its functions are never going to be updated wi… #51

This is deprecated and its functions are never going to be updated wi…

This is deprecated and its functions are never going to be updated wi… #51

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Coding Standards
on:
push:
branches:
- 'develop'
- 'trunk'
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: PHP / PHP ${{ matrix.php }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
strategy:
matrix:
php:
- '8.4'
- '7.4'
fail-fast: false
with:
php: ${{ matrix.php }}