-
Notifications
You must be signed in to change notification settings - Fork 15
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
Tests fail on Java 11 #184
Comments
That's interesting; can't reproduce it with openjdk11. |
Maybe if tried to re-run in?? Could you open a PR that adds Java 11 and 16 to the matrix? |
Oops, correct! Running
Yes, I'm going to have a deeper look on all of this later. Then I will add more jdks to the matrix. |
A strange thing. Since upgrade to jakarta mail 2.0.1, I can't reproduce it on my machine. Travis ci is also fine. But on github actions, it is triggered for jdk11 and sometimes for jdk8. |
Fixed by #188 Another try could be to use sbt's |
It seems like tests fail on Java 11.
Try adding
adopt@1.11
to the.github/workflows/ci.yml
matrix. Possibly evenadopt@1.16
to test on the newest version of Java.The text was updated successfully, but these errors were encountered: