Skip to content

Commit a1c2be1

Browse files
committed
Update branch metadata
- 3.5.x has been created - 3.4.0 has been released - 3.3.x is no longer maintained
1 parent 4664373 commit a1c2be1

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.doctrine-project.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,23 @@
1111
"slug": "latest",
1212
"upcoming": true
1313
},
14+
{
15+
"name": "3.5",
16+
"branchName": "3.5.x",
17+
"slug": "3.5",
18+
"upcoming": true
19+
},
1420
{
1521
"name": "3.4",
1622
"branchName": "3.4.x",
1723
"slug": "3.4",
18-
"upcoming": true
24+
"current": true
1925
},
2026
{
2127
"name": "3.3",
2228
"branchName": "3.3.x",
2329
"slug": "3.3",
24-
"current": true
30+
"maintained": false
2531
},
2632
{
2733
"name": "3.2",

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
| [4.0.x][4.0] | [3.4.x][3.4] | [3.3.x][3.3] | [2.21.x][2.21] | [2.20.x][2.20] |
1+
| [4.0.x][4.0] | [3.5.x][3.5] | [3.4.x][3.4] | [2.21.x][2.21] | [2.20.x][2.20] |
22
|:------------------------------------------------------:|:------------------------------------------------------:|:------------------------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|
3-
| [![Build status][4.0 image]][4.0] | [![Build status][3.4 image]][3.4] | [![Build status][3.3 image]][3.3] | [![Build status][2.21 image]][2.21] | [![Build status][2.20 image]][2.20] |
4-
| [![Coverage Status][4.0 coverage image]][4.0 coverage] | [![Coverage Status][3.4 coverage image]][3.4 coverage] | [![Coverage Status][3.3 coverage image]][3.3 coverage] | [![Coverage Status][2.21 coverage image]][2.21 coverage] | [![Coverage Status][2.20 coverage image]][2.20 coverage] |
3+
| [![Build status][4.0 image]][4.0] | [![Build status][3.5 image]][3.5] | [![Build status][3.4 image]][3.4] | [![Build status][2.21 image]][2.21] | [![Build status][2.20 image]][2.20] |
4+
| [![Coverage Status][4.0 coverage image]][4.0 coverage] | [![Coverage Status][3.5 coverage image]][3.5 coverage] | [![Coverage Status][3.4 coverage image]][3.4 coverage] | [![Coverage Status][2.21 coverage image]][2.21 coverage] | [![Coverage Status][2.20 coverage image]][2.20 coverage] |
55

66
Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence
77
for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features
@@ -20,14 +20,14 @@ without requiring unnecessary code duplication.
2020
[4.0]: https://github.com/doctrine/orm/tree/4.0.x
2121
[4.0 coverage image]: https://codecov.io/gh/doctrine/orm/branch/4.0.x/graph/badge.svg
2222
[4.0 coverage]: https://codecov.io/gh/doctrine/orm/branch/4.0.x
23+
[3.5 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=3.5.x
24+
[3.5]: https://github.com/doctrine/orm/tree/3.5.x
25+
[3.5 coverage image]: https://codecov.io/gh/doctrine/orm/branch/3.5.x/graph/badge.svg
26+
[3.5 coverage]: https://codecov.io/gh/doctrine/orm/branch/3.5.x
2327
[3.4 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=3.4.x
2428
[3.4]: https://github.com/doctrine/orm/tree/3.4.x
2529
[3.4 coverage image]: https://codecov.io/gh/doctrine/orm/branch/3.4.x/graph/badge.svg
2630
[3.4 coverage]: https://codecov.io/gh/doctrine/orm/branch/3.4.x
27-
[3.3 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=3.3.x
28-
[3.3]: https://github.com/doctrine/orm/tree/3.3.x
29-
[3.3 coverage image]: https://codecov.io/gh/doctrine/orm/branch/3.3.x/graph/badge.svg
30-
[3.3 coverage]: https://codecov.io/gh/doctrine/orm/branch/3.3.x
3131
[2.21 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=2.21.x
3232
[2.21]: https://github.com/doctrine/orm/tree/2.21.x
3333
[2.21 coverage image]: https://codecov.io/gh/doctrine/orm/branch/2.21.x/graph/badge.svg

0 commit comments

Comments
 (0)