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 ebe6104 commit 6129385Copy full SHA for 6129385
.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 ([#168](https://github.com/heroku/heroku-buildpack-clojure/pull/168))
6
7
## [v91] - 2023-09-19
8
0 commit comments