Skip to content

Commit

Permalink
Add heroku-24 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Apr 23, 2024
1 parent f380d38 commit 6266c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
stack-version: ["20", "22"]
stack-version: ["20", "22", "24"]
container:
image: heroku/heroku:${{ matrix.stack-version }}-build
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Add support for heroku-24

## [v190] - 2024-04-05

* Add go1.22.2
Expand Down

0 comments on commit 6266c7f

Please sign in to comment.