adoroszlai commented on a change in pull request #271:
URL: https://github.com/apache/incubator-ratis/pull/271#discussion_r521862273
##########
File path: .github/workflows/post-commit.yml
##########
@@ -19,9 +19,19 @@ jobs:
build:
name: compile
runs-on: ubuntu-18.04
+ strategy:
+ matrix:
+ java: [ 8, 11 ]
Review comment:
> is this the setup to have post commits runs build by java 11?
Correct.
> If so, is there a way to trigger the post commit in this PR so this change
can be verified?
It was [already
triggered](https://github.com/adoroszlai/incubator-ratis/runs/1385567774) in my
own fork.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]