Skip to content

Commit

Permalink
Merge branch '2.13.x' into 3.2.x
Browse files Browse the repository at this point in the history
* 2.13.x:
  Display the metrics of the 3.2 branch
  Bump to 2.13.7
  Release 2.13.6
derrabus committed Nov 26, 2021
2 parents 5a52ba3 + e472abf commit bb13b5f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Doctrine DBAL

| [4.0-dev][4.0] | [3.1][3.1] | [2.13][2.13] |
| [4.0-dev][4.0] | [3.2][3.2] | [2.13][2.13] |
|:----------------:|:----------:|:----------:|
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.1 image]][GA 3.1] | [![GitHub Actions][GA 2.13 image]][GA 2.13] |
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.1 image]][AppVeyor 3.1] | [![AppVeyor][AppVeyor 2.13 image]][AppVeyor 2.13] |
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.1 image]][CodeCov 3.1] | [![Code Coverage][Coverage 2.13 image]][CodeCov 2.13] |
| N/A | [![Code Coverage][TypeCov 3.1 image]][TypeCov 3.1] | N/A |
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.2 image]][GA 3.2] | [![GitHub Actions][GA 2.13 image]][GA 2.13] |
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.2 image]][AppVeyor 3.2] | [![AppVeyor][AppVeyor 2.13 image]][AppVeyor 2.13] |
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.2 image]][CodeCov 3.2] | [![Code Coverage][Coverage 2.13 image]][CodeCov 2.13] |
| N/A | [![Code Coverage][TypeCov 3.2 image]][TypeCov 3.2] | N/A |

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

@@ -23,13 +23,13 @@ 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.1 image]: https://codecov.io/gh/doctrine/dbal/branch/3.1.x/graph/badge.svg
[3.1]: https://github.com/doctrine/dbal/tree/3.1.x
[CodeCov 3.1]: https://codecov.io/gh/doctrine/dbal/branch/3.1.x
[AppVeyor 3.1]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.1.x
[AppVeyor 3.1 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.1.x?svg=true
[GA 3.1]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.1.x
[GA 3.1 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.1.x
[Coverage 3.2 image]: https://codecov.io/gh/doctrine/dbal/branch/3.2.x/graph/badge.svg
[3.2]: https://github.com/doctrine/dbal/tree/3.2.x
[CodeCov 3.2]: https://codecov.io/gh/doctrine/dbal/branch/3.2.x
[AppVeyor 3.2]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.2.x
[AppVeyor 3.2 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.2.x?svg=true
[GA 3.2]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.2.x
[GA 3.2 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.2.x

[Coverage 2.13 image]: https://codecov.io/gh/doctrine/dbal/branch/2.13.x/graph/badge.svg
[2.13]: https://github.com/doctrine/dbal/tree/2.13.x
@@ -38,5 +38,5 @@ Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features f
[AppVeyor 2.13 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.13.x?svg=true
[GA 2.13]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.13.x
[GA 2.13 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.13.x
[TypeCov 3.1]: https://shepherd.dev/github/doctrine/dbal
[TypeCov 3.1 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg
[TypeCov 3.2]: https://shepherd.dev/github/doctrine/dbal
[TypeCov 3.2 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg

0 comments on commit bb13b5f

Please sign in to comment.