From 98e2e1b87565609bf562635809ac71a9796d6582 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Mon, 17 Jun 2024 09:52:21 +0200 Subject: [PATCH] Update supported versions (#2643) --- .doctrine-project.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index a8f7f884b..c102e96d9 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -6,11 +6,22 @@ "docsSlug": "doctrine-mongodb-odm", "versions": [ { - "name": "2.8", - "branchName": "2.8.x", + "name": "2.9", + "branchName": "2.9.x", "slug": "latest", "upcoming": true, "aliases": [ + "2.9.x" + ] + }, + { + "name": "2.8", + "branchName": "2.8.x", + "slug": "2.8", + "current": true, + "aliases": [ + "current", + "stable", "2.8.x" ] }, @@ -18,10 +29,8 @@ "name": "2.7", "branchName": "2.7.x", "slug": "2.7", - "current": true, + "maintained": false, "aliases": [ - "current", - "stable", "2.7.x" ] },