Skip to content

Commit bc3289f

Browse files
committed
Remove support for heroku-20 stack
1 parent 2e08473 commit bc3289f

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
stack: ["heroku-20", "heroku-22", "heroku-24"]
19+
stack: ["heroku-22", "heroku-24"]
2020
env:
2121
HATCHET_APP_LIMIT: 100
2222
HATCHET_RUN_MULTI: 1

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 ([#240](https://github.com/heroku/heroku-buildpack-scala/pull/240))
56

67
## [v98] - 2024-02-14
78

0 commit comments

Comments
 (0)