Skip to content

Commit

Permalink
Merge pull request #399 from greg0ire/update-branch-metadata
Browse files Browse the repository at this point in the history
Update documentation metadata
  • Loading branch information
SenseException authored Oct 30, 2024
2 parents 0ea9653 + 26bde86 commit 94ded2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"name": "3.4",
"branchName": "3.4.x",
"slug": "3.4",
"upcoming": true
"current": true
},
{
"name": "3.3",
"branchName": "3.3.x",
"slug": "3.3",
"current": true
"maintained": false
},
{
"name": "3.2",
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doctrine Persistence

[![GitHub Actions][GA 3.3 image]][GA 3.3]
[![Code Coverage][Coverage 3.3 image]][CodeCov 3.3]
[![GitHub Actions][GA 3.4 image]][GA 3.4]
[![Code Coverage][Coverage 3.4 image]][CodeCov 3.4]

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

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

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

0 comments on commit 94ded2b

Please sign in to comment.