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(java): run dependency test on Java 8 and 11 #639

Merged

Conversation

chingor13
Copy link
Contributor

@chingor13 chingor13 commented Jun 19, 2020

Redo fix in #633 with proper jinja templating format

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 19, 2020
@chingor13 chingor13 changed the title Revert "Revert "ci(java): run dependency test on Java 8 and 11 (#633)… ci(java): run dependency test on Java 8 and 11 Jun 19, 2020
@chingor13 chingor13 marked this pull request as ready for review June 19, 2020 22:06
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
java-version: ${{'{{matrix.java}}'}}
Copy link
Contributor

Choose a reason for hiding this comment

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

That's a lot of curly braces ;-)

@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants