Skip to content

Update Plugin Infrastructure to 2.1.6 #226

Update Plugin Infrastructure to 2.1.6

Update Plugin Infrastructure to 2.1.6 #226

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Static Analysis
on:
push:
branches:
- 'develop'
- 'trunk'
paths:
- '.github/workflows/static-analysis.yml'
- '**.php'
- 'composer.json'
- 'phpstan.neon.dist'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/static-analysis.yml'
- '**.php'
- 'composer.json'
- 'phpstan.neon.dist'
workflow_dispatch:
permissions: {}
jobs:
test:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@4b815b0ac2687aa7c46b2296987ba668d65d55a3 # 2.1.6
strategy:
matrix:
label:
- 'PHP'
php:
- '8.3'
- '7.4'
fail-fast: false
with:
php: ${{ matrix.php }}