Skip to content

Bump doctrine/.github from 3.0.0 to 6.0.0 #22

Bump doctrine/.github from 3.0.0 to 6.0.0

Bump doctrine/.github from 3.0.0 to 6.0.0 #22

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"