Skip to content

Commit

Permalink
Merge pull request #431 from doctrine/3.5.x
Browse files Browse the repository at this point in the history
Merge 3.5.x up into 3.6.x
  • Loading branch information
greg0ire authored May 2, 2024
2 parents b7f5ed4 + 0e15b20 commit 87f5d53
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.1.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@4.0.0"
2 changes: 1 addition & 1 deletion .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@3.1.0"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@4.0.0"
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
static-analysis:
uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.1.0"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@4.0.0"
2 changes: 1 addition & 1 deletion .symfony.bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branches: ["3.3.x", "3.4.x", "3.5.x", "3.6.x"]
maintained_branches: ["3.5.x", "3.6.x"]
doc_dir: "Resources/doc/"
doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/"}
dev_branch: "3.6.x"
14 changes: 0 additions & 14 deletions CHANGELOG-3.1.md

This file was deleted.

0 comments on commit 87f5d53

Please sign in to comment.