Skip to content

Merge pull request #76 from greg0ire/drop-old-phpunit #78

Merge pull request #76 from greg0ire/drop-old-phpunit

Merge pull request #76 from greg0ire/drop-old-phpunit #78

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