Skip to content

Merge pull request #2060 from greg0ire/doctrine-depr #2057

Merge pull request #2060 from greg0ire/doctrine-depr

Merge pull request #2060 from greg0ire/doctrine-depr #2057

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