Open
Conversation
111da0e to
95c8b85
Compare
Member
|
Thanks @nicpuppa. Can you please rebase this PR on the |
Member
|
@nicpuppa I've changed the release branching strategy on this repo. main now publishes 8.9.0-alpha pre-releases, and stable/8.8 is the maintenance branch publishing 8.8.x packages. Where do you want these workflows to run? |
Author
|
@jwulf it should run both on stable and main, this is still not ready |
95c8b85 to
2652f69
Compare
2652f69 to
d651846
Compare
cc5e323 to
5962ea0
Compare
5962ea0 to
7cd96f9
Compare
Author
nicpuppa
commented
Feb 12, 2026
| - uses: actions/checkout@v6 | ||
| - name: Notify failure | ||
| uses: slackapi/slack-github-action@v2.1.1 | ||
| if: env.SLACK_CAMUNDA_EX_CI_WEBHOOK != '' |
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.
Description of the change
Add new workflow to test different versions of the sdk against different version of Camunda Cluster
Type of change
Checklist
alphabranchFurther comments
[If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...]
closes camunda/camunda#41919