Merge pull request #1032 from doctrine/dependabot/github_actions/doctrine/dot-github-7.3.0

Bump doctrine/.github from 7.2.2 to 7.3.0
This commit is contained in:
Grégoire Paris
2025-06-09 07:46:37 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -12,6 +12,6 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.2.2"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.3.0"
with:
php-version: "7.4"

View File

@@ -15,7 +15,7 @@ env:
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@7.2.2"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@7.3.0"
with:
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
secrets:

View File

@@ -8,7 +8,7 @@ on:
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.2.2"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.3.0"
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

View File

@@ -12,6 +12,6 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@7.2.2"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@7.3.0"
with:
php-version: "8.1"

View File

@@ -18,4 +18,4 @@ on:
jobs:
json-validate:
name: "Validate JSON schema"
uses: "doctrine/.github/.github/workflows/website-schema.yml@7.2.2"
uses: "doctrine/.github/.github/workflows/website-schema.yml@7.3.0"