Skip to content

Bump doctrine/.github from 7.2.2 to 7.3.0 (#6985) #7185

Bump doctrine/.github from 7.2.2 to 7.3.0 (#6985)

Bump doctrine/.github from 7.2.2 to 7.3.0 (#6985) #7185

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]"