Skip to content

Commit

Permalink
Fix Java version for release build (#620)
Browse files Browse the repository at this point in the history
#608 bumped to Java version used in our CI to a minimum of 11, except
for the `release` job.

PR: #620
  • Loading branch information
beatngu13 committed Apr 10, 2022
1 parent 9ba0a8c commit fafb0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: temurin
- name: Perform release
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit fafb0f8

Please sign in to comment.