Skip to content

Commit 49ecc56

Browse files
authored
Merge pull request #624 from doctrine/3.5.x
Merge 3.5.x up into 3.6.x
2 parents 6e68062 + 709a1c7 commit 49ecc56

File tree

7 files changed

+30
-22
lines changed

7 files changed

+30
-22
lines changed

.doctrine-project.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,75 +9,75 @@
99
"slug": "latest",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "3.6",
14+
"branchName": "3.6.x",
15+
"slug": "3.6",
16+
"upcoming": true
17+
},
18+
{
19+
"name": "3.5",
20+
"branchName": "3.5.x",
21+
"slug": "3.5",
22+
"current": true
23+
},
1224
{
1325
"name": "3.4",
14-
"branchName": "3.4.x",
1526
"slug": "3.4",
16-
"current": true
27+
"maintained": false
1728
},
1829
{
1930
"name": "3.3",
20-
"branchName": "3.3.x",
2131
"slug": "3.3",
2232
"maintained": false
2333
},
2434
{
2535
"name": "3.2",
26-
"branchName": "3.2.x",
2736
"slug": "3.2",
2837
"maintained": false
2938
},
3039
{
3140
"name": "3.1",
32-
"branchName": "3.1.x",
3341
"slug": "3.1",
3442
"maintained": false
3543
},
3644
{
3745
"name": "3.0",
38-
"branchName": "3.0.x",
3946
"slug": "3.0",
4047
"maintained": false
4148
},
4249
{
4350
"name": "2.2",
44-
"branchName": "2.2.x",
4551
"slug": "2.2",
4652
"maintained": true
4753
},
4854
{
4955
"name": "2.1",
50-
"branchName": "2.1.x",
5156
"slug": "2.1",
5257
"maintained": false
5358
},
5459
{
5560
"name": "2.0",
56-
"branchName": "2.0.x",
5761
"slug": "2.0",
5862
"maintained": false
5963
},
6064
{
6165
"name": "1.3",
62-
"branchName": "1.3",
6366
"slug": "1.3",
6467
"maintained": false
6568
},
6669
{
6770
"name": "1.2",
68-
"branchName": "1.2",
6971
"slug": "1.2",
7072
"maintained": false
7173
},
7274
{
7375
"name": "1.1",
74-
"branchName": "1.1",
7576
"slug": "1.1",
7677
"maintained": false
7778
},
7879
{
7980
"name": "1.0",
80-
"branchName": "1.0",
8181
"slug": "1.0",
8282
"maintained": false
8383
}

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

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717
jobs:
1818
composer-lint:
1919
name: "Composer Lint"
20-
uses: "doctrine/.github/.github/workflows/composer-lint.yml@8.0.0"
20+
uses: "doctrine/.github/.github/workflows/composer-lint.yml@v12.2.0"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
jobs:
1313
phpunit:
1414
name: "PHPUnit"
15-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@8.0.0"
15+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@v12.2.0"
1616
with:
1717
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
1818
secrets:
1919
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
2020

2121
phpunit-with-dev-deps:
2222
name: "PHPUnit with dev dependencies"
23-
uses: "doctrine/.github/.github/workflows/continuous-integration-symfony-unstable.yml@8.0.0"
23+
uses: "doctrine/.github/.github/workflows/continuous-integration-symfony-unstable.yml@v12.2.0"
2424
with:
2525
symfony-version-constraint: "^7"
2626
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@8.0.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@v12.2.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:
1414
name: "Static Analysis"
15-
uses: "doctrine/.github/.github/workflows/phpstan.yml@8.0.0"
15+
uses: "doctrine/.github/.github/workflows/phpstan.yml@v12.2.0"

.symfony.bundle.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
branches: ["3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x", "4.0.x"]
2-
maintained_branches: ["3.4.x", "4.0.x"]
1+
branches:
2+
- "3.0.x"
3+
- "3.1.x"
4+
- "3.2.x"
5+
- "3.3.x"
6+
- "3.4.x"
7+
- "3.5.x"
8+
- "3.6.x"
9+
- "4.0.x"
10+
maintained_branches: ["3.5.x", "3.6.x", "4.0.x"]
311
doc_dir: "docs/"
4-
dev_branch: "3.4.x"
12+
dev_branch: "4.0.x"

0 commit comments

Comments
 (0)