Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for heroku-24 #552

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Add support for heroku-24 #552

merged 2 commits into from
Apr 23, 2024

Conversation

joshwlewis
Copy link
Member

This adds heroku-24 to the test matrix and enables heroku-24 support in this buildpack.

@joshwlewis
Copy link
Member Author

Tests are failing due to bzr being removed in heroku-24. Fix here: #553.

@joshwlewis joshwlewis marked this pull request as ready for review April 23, 2024 20:30
@joshwlewis joshwlewis requested a review from a team as a code owner April 23, 2024 20:30
Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is one time where this repo using Docker based tests instead of Hatchet tests is a benefit, given this PR isn't blocked on the build system supporting the stack :-)

@joshwlewis joshwlewis merged commit c3ecc34 into main Apr 23, 2024
5 checks passed
@joshwlewis joshwlewis deleted the add-heroku-24 branch April 23, 2024 21:26
@@ -15,9 +15,10 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
stack-version: ["20", "22"]
stack-version: ["20", "22", "24"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the new Heroku-24 integration test job to the branch protection required checks list:
https://github.com/heroku/heroku-buildpack-go/settings/branch_protection_rules/424628

@heroku-linguist heroku-linguist bot mentioned this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants