Skip to content

Merge release 5.0.1 into 5.1.x #110

Merge release 5.0.1 into 5.1.x

Merge release 5.0.1 into 5.1.x #110

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.0.0"
with:
php-version: '8.2'