Skip to content

Merge branch '5.2.x' into 5.1.x-merge-up-into-5.2.x_DU7yTzD2 #580

Merge branch '5.2.x' into 5.1.x-merge-up-into-5.2.x_DU7yTzD2

Merge branch '5.2.x' into 5.1.x-merge-up-into-5.2.x_DU7yTzD2 #580

Workflow file for this run

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