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: Fix pin Java version to 8 in CI #27

Merged
merged 3 commits into from
Aug 8, 2019
Merged

ci: Fix pin Java version to 8 in CI #27

merged 3 commits into from
Aug 8, 2019

Conversation

Robdel12
Copy link
Contributor

@Robdel12 Robdel12 commented Aug 8, 2019

What is this?

The version of Java installed on the node container we were using changed to Java 11 ~a month ago. That change broke our builds, so this PR uses a Java + node docker container (which defaults to node 10 & Java 8).

For the Node 8 step, I install NVM and install node 8 to test in. You can't merge two steps keys (as far as I know), so I just pulled the steps out into each version of node. A little duplication never hurts.

@Robdel12 Robdel12 requested review from djones and wwilsman August 8, 2019 17:15
Copy link
Contributor

@djones djones left a comment

Choose a reason for hiding this comment

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

🍍 LGTM

@wwilsman
Copy link

wwilsman commented Aug 8, 2019

FWIW, I looked into if it was possible to merge lists. Maybe soon?™

@Robdel12 Robdel12 merged commit ea7af7f into master Aug 8, 2019
@Robdel12 Robdel12 deleted the rd/fix-ci branch August 8, 2019 17:30
@Robdel12
Copy link
Contributor Author

Robdel12 commented Aug 8, 2019

@wwilsman I am so hopeful for that

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.

3 participants