File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
"name" : " 3.4" ,
15
15
"branchName" : " 3.4.x" ,
16
16
"slug" : " 3.4" ,
17
- "upcoming " : true
17
+ "current " : true
18
18
},
19
19
{
20
20
"name" : " 3.3" ,
21
21
"branchName" : " 3.3.x" ,
22
22
"slug" : " 3.3" ,
23
- "current " : true
23
+ "maintained " : false
24
24
},
25
25
{
26
26
"name" : " 3.2" ,
Original file line number Diff line number Diff line change 1
1
# Doctrine Persistence
2
2
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 ]
5
5
6
6
The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
7
7
@@ -11,7 +11,7 @@ The Doctrine Persistence project is a library that provides common abstractions
11
11
* [ Documentation] ( https://www.doctrine-project.org/projects/doctrine-persistence/en/latest/index.html )
12
12
* [ Downloads] ( https://github.com/doctrine/persistence/releases )
13
13
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
You can’t perform that action at this time.
0 commit comments