-
Notifications
You must be signed in to change notification settings - Fork 185
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
Test against JDK20 #1774
Test against JDK20 #1774
Conversation
|
This shows that JDK20 should work fine, as the only failures seem to be related to the test runner rather than the SUT, only with the unpublished scala 3 artifacts anyway. These false positives will be fixed by the next release of scalameta which will bring a JDK20-compatible scalap, so I don't think it's worth hacking the build to force an eviction of |
(since you might want to tackle 20 and 21 together...) in the Scala 2.13 community build, I'm seeing a test failure on JDK 21 (after upgrading to sbt 1.9.0, since earlier versions don't work on JDK 21): https://scala-ci.typesafe.com/job/scala-2.13.x-jdk21-integrate-community-build/44/artifact/logs/scalafix-build.log the failure reproduces for me locally as well:
|
oh, and |
I'll follow up on JDK21 compatibility in #1810 |
No description provided.