Skip to content

Merge pull request #432 from greg0ire/3.0.x #84

Merge pull request #432 from greg0ire/3.0.x

Merge pull request #432 from greg0ire/3.0.x #84

Workflow file for this run

name: "Composer Lint"
on:
pull_request:
branches:
- "*.x"
paths:
- "composer.json"
push:
branches:
- "*.x"
paths:
- "composer.json"
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.1"