Skip to content

Commit fc99c97

Browse files
authored
Merge pull request #158 from doctrine/dependabot/github_actions/doctrine/dot-github-8.0.0
Bump doctrine/.github from 7.3.0 to 8.0.0
2 parents c894b54 + 33d9222 commit fc99c97

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coding-standards.yml

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

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
phpunit:
1313
name: "PHPUnit"
14-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@7.3.0"
14+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@8.0.0"
1515
with:
1616
php-versions: '["8.1", "8.2", "8.3", "8.4"]'
1717
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
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
static-analysis:
1313
name: "Static Analysis"
14-
uses: "doctrine/.github/.github/workflows/phpstan.yml@7.3.0"
14+
uses: "doctrine/.github/.github/workflows/phpstan.yml@8.0.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^8.1"
1010
},
1111
"require-dev": {
12-
"doctrine/coding-standard": "^12",
12+
"doctrine/coding-standard": "^14",
1313
"ergebnis/phpunit-slow-test-detector": "^2.14",
1414
"phpstan/phpstan": "^1.10",
1515
"phpunit/phpunit": "^10.5"

0 commit comments

Comments
 (0)