Skip to content

Merge 4.3.x up into 5.0.x #6567

Merge 4.3.x up into 5.0.x

Merge 4.3.x up into 5.0.x #6567

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- phpstan.neon.dist
- src/**
- static-analysis/**
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- phpstan.neon.dist
- src/**
- static-analysis/**
- tests/**
jobs:
static-analysis-phpstan:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected]"