mdedetrich commented on code in PR #530:
URL: https://github.com/apache/incubator-pekko/pull/530#discussion_r1282999538
##########
.github/workflows/binary-compatibility-checks.yml:
##########
@@ -30,11 +30,11 @@ jobs:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
- - name: Setup Java 11
+ - name: Setup Java 8
uses: actions/setup-java@v3
with:
distribution: temurin
- java-version: 11
+ java-version: 8
Review Comment:
Ah right, I got this mixed up with other repos, let me revert
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]