Skip to content

Commit 87f5d53

Browse files
authored
Merge pull request #431 from doctrine/3.5.x
Merge 3.5.x up into 3.6.x
2 parents b7f5ed4 + 0e15b20 commit 87f5d53

File tree

5 files changed

+4
-18
lines changed

5 files changed

+4
-18
lines changed

.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@3.1.0"
15+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@4.0.0"

.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@3.1.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@4.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

1212
jobs:
1313
static-analysis:
14-
uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.1.0"
14+
uses: "doctrine/.github/.github/workflows/static-analysis.yml@4.0.0"

.symfony.bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
branches: ["3.3.x", "3.4.x", "3.5.x", "3.6.x"]
22
maintained_branches: ["3.5.x", "3.6.x"]
3-
doc_dir: "Resources/doc/"
3+
doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/"}
44
dev_branch: "3.6.x"

CHANGELOG-3.1.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)