Heroku 26#50
Merged
Merged
Conversation
tillkruss
reviewed
Jun 7, 2026
| on: | ||
| push: | ||
| branches: [main] | ||
| branches: [main,heroku26-swoole62] |
Contributor
Author
There was a problem hiding this comment.
Removed. I'll never not forget to do this 😄
tillkruss
requested changes
Jun 7, 2026
tillkruss
left a comment
Member
There was a problem hiding this comment.
wanna add detailed changelog entries?
- Add Heroku 26 stack - Remove Heroku 22 stack (incompatible upstream, deprecated) - "Final" swoole 6.2.x version
Contributor
Author
|
Changelog added as version 3.1.0 - 2026-06-11 I'm not sure if we already want to go to 4.0.0 even though the two versions really have breaking changes. |
tillkruss
reviewed
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the Heroku-26 stack and removes the Heroku-22 stack. This was quite a "Zangengeburt" for me as not only the scripts have slightly moved inside of
heroku/heroku-buildpack-phpbut they also depend on the new flat repository structure which has been merged here: heroku/heroku-buildpack-php#907Add Heroku-26
Like the Heroku-24 stack the Heroku-26 supports two architectures: amd64 and arm64
Remove Heroku-22 stack
The deprecated Heroku-22 stack does no work anymore with the new S3 upstream (lang-php => heroku-buildpack-php) and since it's been deprecated anyway, I have simply removed it.
... and all of this just because I wanted the final Swoole 6.2.x on Heroku 😅
Note: I can't say how the new flat structure (extensions and libraries no longer in sub folders on S3) will behave when mixed with the old one. I don't think there will be an issue but I just wanted to have mentioned it