Skip to content

Commit 63f294e

Browse files
committed
Merge branch '3.8.x' into 4.0.x
* 3.8.x: Update branch metadata (#6278) Run tests with MySQL 8.3 (#6279)
2 parents d2aed19 + 79ea9d6 commit 63f294e

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.doctrine-project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"name": "3.8",
1616
"branchName": "3.8.x",
1717
"slug": "3.8",
18-
"upcoming": true
18+
"current": true
1919
},
2020
{
2121
"name": "3.7",
2222
"branchName": "3.7.x",
2323
"slug": "3.7",
24-
"current": true
24+
"maintained": false
2525
},
2626
{
2727
"name": "3.6",

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
mysql-version:
352352
- "5.7"
353353
- "8.0"
354-
- "8.2"
354+
- "8.3"
355355
extension:
356356
- "mysqli"
357357
- "pdo_mysql"

README.md

Lines changed: 14 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.6][3.6] |
3+
| [4.0-dev][4.0] | [3.8][3.8] |
44
|:-----------------------------------------------:|:---------------------------------------------------:|
5-
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.6 image]][GA 3.6] |
6-
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.6 image]][AppVeyor 3.6] |
7-
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.6 image]][CodeCov 3.6] |
8-
| N/A | [![Type Coverage][TypeCov 3.6 image]][TypeCov 3.6] |
5+
| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.8 image]][GA 3.8] |
6+
| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.8 image]][AppVeyor 3.8] |
7+
| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.8 image]][CodeCov 3.8] |
8+
| N/A | [![Type Coverage][TypeCov 3.8 image]][TypeCov 3.8] |
99

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

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

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

0 commit comments

Comments
 (0)