mirror of
https://github.com/doctrine/common.git
synced 2026-03-23 22:32:07 +01:00
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:
2
.github/workflows/coding-standards.yml
vendored
2
.github/workflows/coding-standards.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/website-schema.yml
vendored
2
.github/workflows/website-schema.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user