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 matrix build is testing the wrong versions #77

Closed
DavidGregory084 opened this issue May 6, 2022 · 0 comments · Fixed by #79
Closed

CI matrix build is testing the wrong versions #77

DavidGregory084 opened this issue May 6, 2022 · 0 comments · Fixed by #79

Comments

@DavidGregory084
Copy link
Member

In #76 I very cleverly wrote a test that relies on Java 9+ and then expected it to work on the CI crossbuild. This failed immediately, but only on the "Release" job, which specified "temurin@8".

However, this has revealed to me that the current crossbuild is silently installing wrong Java versions - it seems that the setup-scala action just picks a random feature of the version number to match on so for 8 it is installing 1.11.0-8.

Just making a note reminding myself to finish up #71 ASAP.

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 a pull request may close this issue.

1 participant