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
This commit is contained in:
Vishnu Narayanan
2024-12-03 08:23:59 +05:30
committed by GitHub
parent 50e7ceb19b
commit d4b6f710bd

View File

@@ -48,7 +48,7 @@
"size": "basic" "size": "basic"
} }
}, },
"stack": "heroku-20", "stack": "heroku-24",
"image": "heroku/ruby", "image": "heroku/ruby",
"addons": [ "addons": [
{ {
@@ -58,7 +58,7 @@
"plan": "heroku-postgresql:essential-0" "plan": "heroku-postgresql:essential-0"
} }
], ],
"stack": "heroku-20", "stack": "heroku-24",
"buildpacks": [ "buildpacks": [
{ {
"url": "heroku/nodejs" "url": "heroku/nodejs"