Skip to content

Test with johnbillion/plugin-infrastructure@actions-sast #117

Test with johnbillion/plugin-infrastructure@actions-sast

Test with johnbillion/plugin-infrastructure@actions-sast #117

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Coding Standards
on:
push:
branches:
- 'develop'
- 'trunk'
- 'master'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
name: ${{ matrix.label }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@44af98205c4a0a5eaab34f343b0dae603ef0e44f
strategy:
matrix:
label:
- PHP
php:
# Newest and oldest supported versions of PHP
- '8.4'
- '7.4'
fail-fast: false
with:
php: ${{ matrix.php }}