Back port of documentation changes to main #4134
Merged
Gedochao merged 6 commits intoVirtusLab:mainfrom Feb 16, 2026
Merged
Conversation
- Scala 2.12 and 2.13 suites will now only run on JVM and Linux - Scala 3.3 LTS suites will now only run on JVM, Linux, MacOS Aarch64 and Windows (cherry picked from commit 6d9a1d3)
- `*-1` (group 1: default Scala) becomes `*-default` - `*-2` (group 2: Scala 2.13) becomes `*-scala-2-13` - `*-3` (group 3: Scala 2.12) becomes `*-scala-2-12` - `*-4` (group 4: Scala 3 LTS) becomes `*-lts` - `*-5` (group 5: Scala 3 Next RC) becomes `*-rc` - `*macos-m1*` becomes `macos-arm64` (cherry picked from commit e6b6bd9)
…ypicks0213 Cherry pick VirtusLab#4073, VirtusLab#4072 & VirtusLab#4123 to the `stable` branch
# Conflicts: # .github/workflows/ci.yml
zielinsky
approved these changes
Feb 16, 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.
Supersedes #4131
(needed to use an intermediary branch due to conflicts)