diff --git a/.doctrine-project.json b/.doctrine-project.json index 4c7d9c85..9e7986bf 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -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", diff --git a/README.md b/README.md index 255d769b..42ca74d8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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