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 c33f068 commit 93ece50Copy full SHA for 93ece50
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- stack: ["heroku-20", "heroku-22", "heroku-24"]
+ stack: [ "heroku-22", "heroku-24"]
20
env:
21
HATCHET_APP_LIMIT: 100
22
HATCHET_RUN_MULTI: 1
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [Unreleased]
4
5
+* Remove heroku-20 support ([#000](https://github.com/heroku/heroku-buildpack-gradle/pull/000))
6
7
## [v40] - 2024-10-04
8
0 commit comments