Skip to content

Bump doctrine/.github from 7.1.0 to 7.2.0 #45

Bump doctrine/.github from 7.1.0 to 7.2.0

Bump doctrine/.github from 7.1.0 to 7.2.0 #45

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"