Skip to content

Commit

Permalink
GitHub Actions: Install Java 17 for Integration Tests purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed May 19, 2023
1 parent 2088dc7 commit 6247eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
java-version: |
17
11
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 6247eb6

Please sign in to comment.