diff --git a/.doctrine-project.json b/.doctrine-project.json index 1795e4513ac..577fd732682 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -11,17 +11,23 @@ "slug": "latest", "upcoming": true }, + { + "name": "2.19", + "branchName": "2.19.x", + "slug": "2.19", + "upcoming": true + }, { "name": "2.18", "branchName": "2.18.x", "slug": "2.18", - "upcoming": true + "current": true }, { "name": "2.17", "branchName": "2.17.x", "slug": "2.17", - "current": true + "maintained": false }, { "name": "2.16", diff --git a/README.md b/README.md index 22aab0538c4..a128c1f1e9c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -| [3.0.x][3.0] | [2.18.x][2.18] | [2.17.x][2.17] | +| [3.0.x][3.0] | [2.19.x][2.19] | [2.18.x][2.18] | |:----------------:|:----------------:|:----------:| -| [![Build status][3.0 image]][3.0] | [![Build status][2.18 image]][2.18] | [![Build status][2.17 image]][2.17] | -| [![Coverage Status][3.0 coverage image]][3.0 coverage]| [![Coverage Status][2.18 coverage image]][2.18 coverage] | [![Coverage Status][2.17 coverage image]][2.17 coverage] | +| [![Build status][3.0 image]][3.0] | [![Build status][2.19 image]][2.19] | [![Build status][2.18 image]][2.18] | +| [![Coverage Status][3.0 coverage image]][3.0 coverage]| [![Coverage Status][2.19 coverage image]][2.19 coverage] | [![Coverage Status][2.18 coverage image]][2.18 coverage] | [