Skip to content

Commit 93ece50

Browse files
committed
Remove support for heroku-20 stack
1 parent c33f068 commit 93ece50

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

67
## [v40] - 2024-10-04
78

0 commit comments

Comments
 (0)