Skip to content

Bump doctrine/.github from 7.1.0 to 7.2.0 (#78) #46

Bump doctrine/.github from 7.1.0 to 7.2.0 (#78)

Bump doctrine/.github from 7.1.0 to 7.2.0 (#78) #46

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- composer.*
- src/**
- phpcs.xml.dist
- test_fixtures/**
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- composer.*
- src/**
- phpcs.xml.dist
- test_fixtures/**
- tests/**
jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.1"