Conversation
- Upgrade SBT 1.6.2 → 1.10.11 - Upgrade Scala 2.13.10 → 2.13.16, 2.12.17 → 2.12.20 - Upgrade scalafmt 3.6.1 → 3.8.6 - Upgrade sbt-release 1.1.0 → 1.4.0 - Add sbt-scalafmt plugin 2.5.4 - Modernize CI: actions/checkout@v4, actions/setup-java@v4 - Add scalafmt check and test steps to CI - Mark K8s-dependent integration tests as ignored for CI - Upgrade release-drafter v5 → v6
Replace kaluza-github-actions with standard setup-java and sbt/setup-sbt actions, following the pattern used in http4s-oauth2.
jensraaby
force-pushed
the
compliance/toolchain-upgrade-ciris-1.x
branch
from
January 30, 2026 12:58
36b7cc7 to
62599c5
Compare
All tests in packageTest require a running Kubernetes cluster and cannot run in CI without additional setup. Mark them as ignored.
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.
Summary
Brings the Ciris 1.x branch into compliance with updated toolchain and modernized CI.
Changes
Toolchain Upgrades
CI Improvements
actions/checkout@v1with@v4olafurpg/setup-scala@v10withactions/setup-java@v4sbt-scalafmtplugin and scalafmt check stepTests
.ignoreTesting
Note
This branch uses Ciris 1.x with cats-effect 2.x. The test dependencies remain at
munit0.7.29 andmunit-cats-effect-21.0.7 due to cats-effect 2 compatibility requirements.