Skip to content

Commit 547cd5f

Browse files
committed
Update end-of-life date and notification treshold
LimeSurvey 7 is still not released, but they actually shortened the lifespan of LimeSurvey 6 to 2026-04-03? What the heck? Everyone is supposed to upgrade to LimeSurvey 7 right away with no testing phase? That's a really, really weird support lifecycle... Since we're already just two months away from that, shorten the EOL notification grace period to two weeks before 2026-04-03. Weird...
1 parent 48dfd05 commit 547cd5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT_REPO="https://github.com/LimeSurvey/LimeSurvey.git"
77
VERSION_PATTERN="6.*.*"
88

99
# see https://www.limesurvey.org/manual/LimeSurvey_roadmap#Version_Support_Time_Frames
10-
ENDOFLIFE_AFTER="2026-04-30"
11-
ENDOFLIFE_TRESHOLD="-3 months"
10+
ENDOFLIFE_AFTER="2026-04-03"
11+
ENDOFLIFE_TRESHOLD="-14 days"
1212

1313
BASE_IMAGE="ghcr.io/sgsgermany/php-fpm:v8.3"

0 commit comments

Comments
 (0)