Skip to content

Commit fbbcea1

Browse files
authored
Remove support for heroku-20 stack (#245)
1 parent f15365c commit fbbcea1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
stack: ["heroku-20", "heroku-22", "heroku-24"]
36+
stack: ["heroku-22", "heroku-24"]
3737
env:
3838
HATCHET_APP_LIMIT: 100
3939
PARALLEL_SPLIT_TEST_PROCESSES: 8

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
* Remove heroku-20 support ([#245](https://github.com/heroku/heroku-buildpack-java/pull/245))
56

67
## [v75] - 2025-02-24
78

0 commit comments

Comments
 (0)