Skip to content

Merge 2.3.x up into 3.0.x #83

Merge 2.3.x up into 3.0.x

Merge 2.3.x up into 3.0.x #83

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/composer-lint.yml@5.2.0"
with:
php-version: "8.1"