Add a Scala 3.9 nightly CI job - #27043
Merged
Merged
Conversation
Contributor
|
What's the reason for it being different from the 3.3 one? I kind of expected it to use a matrix for this |
Contributor
Author
|
It uses different Java and PGP, which I assumed makes them different enough to warrant separate jobs |
Contributor
The build changed heavily since 3.3 and I was unable to port the changes. Also not worth doing the changes to build separately. |
SolalPirelli
approved these changes
Sep 10, 2026
SolalPirelli
left a comment
Contributor
There was a problem hiding this comment.
I still think there should be a way to reuse the same code and invoke it with different (java version, pgp key) tuples but you'll be the one maintaining this so as you wish ;P
Gedochao
added a commit
that referenced
this pull request
Sep 11, 2026
Well, that's awkward. This is a follow-up fix to #27043 ``` error parsing called workflow ".github/workflows/release-nightly.yml" -> "./.github/workflows/release-maven-artifacts.yml" (source branch with sha:1fdff21b7cf7511564b420c277d3755a80288948) : (Line: 53, Col: 3): The identifier 'release-maven-lts-3.3-artifacts' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and must be less than 100 characters., (Line: 104, Col: 3): The identifier 'release-maven-lts-3.9-artifacts' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and must be less than 100 characters. ``` ## Have you relied on LLM-based tools in this contribution? No ## How was the solution tested? Non-code change, no tests needed
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 adds a Scala 3.9 LTS nightlies job, to mirror the Scala 3.3 LTS one.
scala/scala3-ltssideHave you relied on LLM-based tools in this contribution?
Yes - but it's hard to test it other than yml syntax verification
How was the solution tested?
It wasn't