Skip to content

Make it possible to create union main part for a CTE (#7326) #8294

Make it possible to create union main part for a CTE (#7326)

Make it possible to create union main part for a CTE (#7326) #8294

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- phpcs.xml.dist
- src/**
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- phpcs.xml.dist
- src/**
- tests/**
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@13.1.0"
with:
composer-options: "--ignore-platform-req=php+"