Skip to content

Commit d38705f

Browse files
authored
Merge pull request #303 from doctrine/dependabot/github_actions/doctrine/dot-github-8.0.0
Bump doctrine/.github from 7.3.0 to 8.0.0
2 parents 368e314 + e216fcf commit d38705f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
coding-standards:
1414
name: "Coding Standards"
15-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.3.0"
15+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@8.0.0"

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515
jobs:
1616
composer-lint:
1717
name: "Composer Lint"
18-
uses: "doctrine/.github/.github/workflows/composer-lint.yml@7.3.0"
18+
uses: "doctrine/.github/.github/workflows/composer-lint.yml@8.0.0"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
phpunit:
3333
name: "PHPUnit"
34-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@7.3.0"
34+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@8.0.0"
3535
with:
3636
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
3737
secrets:

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: "Git tag, release & create merge-up PR"
11-
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.3.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@8.0.0"
1212
secrets:
1313
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1414
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
static-analysis-phpstan:
1414
name: "Static Analysis"
15-
uses: "doctrine/.github/.github/workflows/phpstan.yml@7.3.0"
15+
uses: "doctrine/.github/.github/workflows/phpstan.yml@8.0.0"

.github/workflows/website-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ on:
1818
jobs:
1919
json-validate:
2020
name: "Validate JSON schema"
21-
uses: "doctrine/.github/.github/workflows/website-schema.yml@7.3.0"
21+
uses: "doctrine/.github/.github/workflows/website-schema.yml@8.0.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"php": "^7.2 || ^8.0"
4343
},
4444
"require-dev": {
45-
"doctrine/coding-standard": "^12.0 || ^13.0",
45+
"doctrine/coding-standard": "^12.0 || ^14.0",
4646
"phpstan/phpstan": "^1.12 || ^2.0",
4747
"phpstan/phpstan-phpunit": "^1.4 || ^2.0",
4848
"phpstan/phpstan-strict-rules": "^1.6 || ^2.0",

0 commit comments

Comments
 (0)