From d4b6f710bd9ad8be1d0eebfcfc5b28cba5589a38 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Tue, 3 Dec 2024 08:23:59 +0530 Subject: [PATCH] chore(heroku): Switch heroku stack to the latest stack heroku-24 (#10085) # Pull Request Template ## Description - Heroku has marked `heroku-20` stack as EOL by April 2025 - https://help.heroku.com/NPN275RK/heroku-20-end-of-life-faq - https://devcenter.heroku.com/articles/heroku-24-stack Fixes https://linear.app/chatwoot/issue/CW-3552/upgrade-heroku-stack-to-heroku-24 --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index d50040814..08e725c8e 100644 --- a/app.json +++ b/app.json @@ -48,7 +48,7 @@ "size": "basic" } }, - "stack": "heroku-20", + "stack": "heroku-24", "image": "heroku/ruby", "addons": [ { @@ -58,7 +58,7 @@ "plan": "heroku-postgresql:essential-0" } ], - "stack": "heroku-20", + "stack": "heroku-24", "buildpacks": [ { "url": "heroku/nodejs"