Skip to content

Commit a9fcaf1

Browse files
committed
Update branch metadata
1 parent f2176a9 commit a9fcaf1

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": "2.19",
16+
"branchName": "2.19.x",
17+
"slug": "2.19",
18+
"upcoming": true
19+
},
1420
{
1521
"name": "2.18",
1622
"branchName": "2.18.x",
1723
"slug": "2.18",
18-
"upcoming": true
24+
"current": true
1925
},
2026
{
2127
"name": "2.17",
2228
"branchName": "2.17.x",
2329
"slug": "2.17",
24-
"current": true
30+
"maintained": false
2531
},
2632
{
2733
"name": "2.16",

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
| [3.0.x][3.0] | [2.18.x][2.18] | [2.17.x][2.17] |
1+
| [3.0.x][3.0] | [2.19.x][2.19] | [2.18.x][2.18] |
22
|:----------------:|:----------------:|:----------:|
3-
| [![Build status][3.0 image]][3.0] | [![Build status][2.18 image]][2.18] | [![Build status][2.17 image]][2.17] |
4-
| [![Coverage Status][3.0 coverage image]][3.0 coverage]| [![Coverage Status][2.18 coverage image]][2.18 coverage] | [![Coverage Status][2.17 coverage image]][2.17 coverage] |
3+
| [![Build status][3.0 image]][3.0] | [![Build status][2.19 image]][2.19] | [![Build status][2.18 image]][2.18] |
4+
| [![Coverage Status][3.0 coverage image]][3.0 coverage]| [![Coverage Status][2.19 coverage image]][2.19 coverage] | [![Coverage Status][2.18 coverage image]][2.18 coverage] |
55

66
[<h1 align="center">🇺🇦 UKRAINE NEEDS YOUR HELP NOW!</h1>](https://www.doctrine-project.org/stop-war.html)
77

@@ -22,11 +22,11 @@ without requiring unnecessary code duplication.
2222
[3.0]: https://github.com/doctrine/orm/tree/3.0.x
2323
[3.0 coverage image]: https://codecov.io/gh/doctrine/orm/branch/3.0.x/graph/badge.svg
2424
[3.0 coverage]: https://codecov.io/gh/doctrine/orm/branch/3.0.x
25+
[2.19 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=2.19.x
26+
[2.19]: https://github.com/doctrine/orm/tree/2.19.x
27+
[2.19 coverage image]: https://codecov.io/gh/doctrine/orm/branch/2.19.x/graph/badge.svg
28+
[2.19 coverage]: https://codecov.io/gh/doctrine/orm/branch/2.19.x
2529
[2.18 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=2.18.x
2630
[2.18]: https://github.com/doctrine/orm/tree/2.18.x
2731
[2.18 coverage image]: https://codecov.io/gh/doctrine/orm/branch/2.18.x/graph/badge.svg
2832
[2.18 coverage]: https://codecov.io/gh/doctrine/orm/branch/2.18.x
29-
[2.17 image]: https://github.com/doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg?branch=2.17.x
30-
[2.17]: https://github.com/doctrine/orm/tree/2.17.x
31-
[2.17 coverage image]: https://codecov.io/gh/doctrine/orm/branch/2.17.x/graph/badge.svg
32-
[2.17 coverage]: https://codecov.io/gh/doctrine/orm/branch/2.17.x

0 commit comments

Comments
 (0)