Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Remove special-casing Scala 3 #31775

Merged
merged 5 commits into from
Dec 14, 2022
Merged

Conversation

ennru
Copy link
Member

@ennru ennru commented Nov 30, 2022

  • Add Test/compile across all Scala versions in MiMa validation (runs on PRs and pushes to main branches)
  • Add Scala 3 to the nightly matrix
  • Drop Scala 3 workflows
  • Explicit combinations in the nightly matrix

@@ -86,7 +86,7 @@ jobs:
# No need to specify the full Scala version. Only the Scala
# binary version is required and Akka build will set the right
# full version from it.
scalaVersion: ["2.12", "2.13"]
scalaVersion: ["2.12", "2.13", "3.1"]
jdkVersion: ["1.8.0", "1.11", "1.17.0"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that it will run all 9 combinations? Previously 6.
I think it's overkill to test all combinations.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated, to use an explicit matrix. Note that PR validations don't run all tests.

@ennru
Copy link
Member Author

ennru commented Nov 30, 2022

The failing workflow shows why we needed to extend it, fixed in main with #31773.

Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patriknw patriknw merged commit d5de2da into akka:main Dec 14, 2022
@patriknw patriknw added this to the 2.8.0-M2 milestone Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants