Skip to content

Commit 45004ac

Browse files
authored
Merge pull request #400 from doctrine/3.4.x
Merge 3.4.x up into 4.0.x
2 parents 31ec987 + 94ded2b commit 45004ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.doctrine-project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"name": "3.4",
1515
"branchName": "3.4.x",
1616
"slug": "3.4",
17-
"upcoming": true
17+
"current": true
1818
},
1919
{
2020
"name": "3.3",
2121
"branchName": "3.3.x",
2222
"slug": "3.3",
23-
"current": true
23+
"maintained": false
2424
},
2525
{
2626
"name": "3.2",

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Doctrine Persistence
22

3-
[![GitHub Actions][GA 3.3 image]][GA 3.3]
4-
[![Code Coverage][Coverage 3.3 image]][CodeCov 3.3]
3+
[![GitHub Actions][GA 3.4 image]][GA 3.4]
4+
[![Code Coverage][Coverage 3.4 image]][CodeCov 3.4]
55

66
The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
77

@@ -11,7 +11,7 @@ The Doctrine Persistence project is a library that provides common abstractions
1111
* [Documentation](https://www.doctrine-project.org/projects/doctrine-persistence/en/latest/index.html)
1212
* [Downloads](https://github.com/doctrine/persistence/releases)
1313

14-
[Coverage 3.3 image]: https://codecov.io/gh/doctrine/persistence/branch/3.3.x/graph/badge.svg
15-
[CodeCov 3.3]: https://codecov.io/gh/doctrine/persistence/branch/3.3.x
16-
[GA 3.3 image]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml/badge.svg?branch=3.3.x
17-
[GA 3.3]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml?branch=3.3.x
14+
[Coverage 3.4 image]: https://codecov.io/gh/doctrine/persistence/branch/3.4.x/graph/badge.svg
15+
[CodeCov 3.4]: https://codecov.io/gh/doctrine/persistence/branch/3.4.x
16+
[GA 3.4 image]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml/badge.svg?branch=3.4.x
17+
[GA 3.4]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml?branch=3.4.x

0 commit comments

Comments
 (0)