Skip to content

Benchmark reified generics #744

Benchmark reified generics

Benchmark reified generics #744

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/static-analysis.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "tests/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/static-analysis.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "tests/**"
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/phpstan.yml@15.0.0"