Test with johnbillion/plugin-infrastructure@wait-for-status #112
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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@doesnt-exist | ||
Check failure on line 18 in .github/workflows/coding-standards.yml GitHub Actions / .github/workflows/coding-standards.ymlInvalid workflow file
|
||
strategy: | ||
matrix: | ||
label: | ||
- PHP | ||
php: | ||
# Newest and oldest supported versions of PHP | ||
- '8.4' | ||
- '7.4' | ||
fail-fast: false | ||
with: | ||
php: ${{ matrix.php }} |