From 432dc55e55986518f04a9bc541d33643fb5b748c Mon Sep 17 00:00:00 2001 From: Claudio Zizza <859964+SenseException@users.noreply.github.com> Date: Sat, 9 Jan 2021 21:05:35 +0100 Subject: [PATCH] Update website config to current repository branches --- .doctrine-project.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 0361aa4c673..473580aff2d 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -12,21 +12,27 @@ "upcoming": true }, { - "name": "2.8", - "branchName": "2.8.x", - "slug": "2.8", + "name": "2.9", + "branchName": "2.9.x", + "slug": "2.9", "upcoming": true }, { - "name": "2.7", - "branchName": "2.7", - "slug": "2.7", + "name": "2.8", + "branchName": "2.8.x", + "slug": "2.8", "current": true, "aliases": [ "current", "stable" ] }, + { + "name": "2.7", + "branchName": "2.7", + "slug": "2.7", + "maintained": false + }, { "name": "2.6", "branchName": "2.6",