Skip to content

Commit 460b98a

Browse files
authored
Merge pull request #5342 from morozov/2-eol
Mark DBAL 2 as no longer maintained
2 parents 83f779b + b52f5c4 commit 460b98a

File tree

5 files changed

+7
-825
lines changed

5 files changed

+7
-825
lines changed

.doctrine-project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
},
3636
{
3737
"name": "2.13",
38-
"branchName": "2.13.x",
3938
"slug": "2.13",
40-
"current": true
39+
"maintained": false
4140
},
4241
{
4342
"name": "2.12",

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Doctrine DBAL
22

3-
| [4.0-dev][4.0] | [3.3][3.3] | [2.13][2.13] |
4-
|:----------------:|:----------:|:----------:|
5-
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.3 image]][GA 3.3] | [![GitHub Actions][GA 2.13 image]][GA 2.13] |
6-
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.3 image]][AppVeyor 3.3] | [![AppVeyor][AppVeyor 2.13 image]][AppVeyor 2.13] |
7-
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.3 image]][CodeCov 3.3] | [![Code Coverage][Coverage 2.13 image]][CodeCov 2.13] |
8-
| N/A | [![Code Coverage][TypeCov 3.3 image]][TypeCov 3.3] | N/A |
3+
| [4.0-dev][4.0] | [3.3][3.3] |
4+
|:-----------------------------------------------:|:---------------------------------------------------:|
5+
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.3 image]][GA 3.3] |
6+
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.3 image]][AppVeyor 3.3] |
7+
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.3 image]][CodeCov 3.3] |
8+
| N/A | [![Code Coverage][TypeCov 3.3 image]][TypeCov 3.3] |
99

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

@@ -32,11 +32,3 @@ Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features f
3232
[GA 3.3 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.3.x
3333
[TypeCov 3.3]: https://shepherd.dev/github/doctrine/dbal
3434
[TypeCov 3.3 image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg
35-
36-
[Coverage 2.13 image]: https://codecov.io/gh/doctrine/dbal/branch/2.13.x/graph/badge.svg
37-
[2.13]: https://github.com/doctrine/dbal/tree/2.13.x
38-
[CodeCov 2.13]: https://codecov.io/gh/doctrine/dbal/branch/2.13.x
39-
[AppVeyor 2.13]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.13.x
40-
[AppVeyor 2.13 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.13.x?svg=true
41-
[GA 2.13]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.13.x
42-
[GA 2.13 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.13.x

0 commit comments

Comments
 (0)