We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15365c commit fbbcea1Copy full SHA for fbbcea1
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
fail-fast: false
35
matrix:
36
- stack: ["heroku-20", "heroku-22", "heroku-24"]
+ stack: ["heroku-22", "heroku-24"]
37
env:
38
HATCHET_APP_LIMIT: 100
39
PARALLEL_SPLIT_TEST_PROCESSES: 8
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [Unreleased]
4
5
+* Remove heroku-20 support ([#245](https://github.com/heroku/heroku-buildpack-java/pull/245))
6
7
## [v75] - 2025-02-24
8
0 commit comments