Skip to content

Update Plugin Infrastructure to #58

Update Plugin Infrastructure to

Update Plugin Infrastructure to #58

# 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: PHP / PHP ${{ matrix.php }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@

Check failure on line 18 in .github/workflows/coding-standards.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coding-standards.yml

Invalid workflow file

invalid value workflow reference: no version specified
strategy:
matrix:
php:
# Newest and oldest supported versions of PHP
- '8.3'
- '7.4'
fail-fast: false
with:
php: ${{ matrix.php }}