Skip to content

Commit

Permalink
Update branch metadata (#6278)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jan 26, 2024
1 parent 3ebb2df commit 79ea9d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .doctrine-project.json
Expand Up @@ -15,13 +15,13 @@
"name": "3.8",
"branchName": "3.8.x",
"slug": "3.8",
"upcoming": true
"current": true
},
{
"name": "3.7",
"branchName": "3.7.x",
"slug": "3.7",
"current": true
"maintained": false
},
{
"name": "3.6",
Expand Down
28 changes: 14 additions & 14 deletions README.md
@@ -1,11 +1,11 @@
# Doctrine DBAL

| [4.0-dev][4.0] | [3.6][3.6] |
| [4.0-dev][4.0] | [3.8][3.8] |
|:-----------------------------------------------:|:---------------------------------------------------:|
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.6 image]][GA 3.6] |
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.6 image]][AppVeyor 3.6] |
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.6 image]][CodeCov 3.6] |
| N/A | [![Type Coverage][TypeCov 3.6 image]][TypeCov 3.6] |
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.8 image]][GA 3.8] |
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.8 image]][AppVeyor 3.8] |
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.8 image]][CodeCov 3.8] |
| N/A | [![Type Coverage][TypeCov 3.8 image]][TypeCov 3.8] |

Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features for database schema introspection and schema management.

Expand All @@ -23,12 +23,12 @@ Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features f
[GA 4.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.0.x
[GA 4.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg

[Coverage 3.6 image]: https://codecov.io/gh/doctrine/dbal/branch/3.6.x/graph/badge.svg
[3.6]: https://github.com/doctrine/dbal/tree/3.6.x
[CodeCov 3.6]: https://codecov.io/gh/doctrine/dbal/branch/3.6.x
[AppVeyor 3.6]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.6.x
[AppVeyor 3.6 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.6.x?svg=true
[GA 3.6]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.6.x
[GA 3.6 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.6.x
[TypeCov 3.6]: https://shepherd.dev/github/doctrine/dbal
[TypeCov 3.6 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg
[Coverage 3.8 image]: https://codecov.io/gh/doctrine/dbal/branch/3.8.x/graph/badge.svg
[3.8]: https://github.com/doctrine/dbal/tree/3.8.x
[CodeCov 3.8]: https://codecov.io/gh/doctrine/dbal/branch/3.8.x
[AppVeyor 3.8]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.8.x
[AppVeyor 3.8 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.8.x?svg=true
[GA 3.8]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.8.x
[GA 3.8 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.8.x
[TypeCov 3.8]: https://shepherd.dev/github/doctrine/dbal
[TypeCov 3.8 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg

0 comments on commit 79ea9d6

Please sign in to comment.