Skip to content

Commit 6247eb6

Browse files
committed
GitHub Actions: Install Java 17 for Integration Tests purposes
1 parent 2088dc7 commit 6247eb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/reusable-integrationTests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
uses: actions/setup-java@v3
3636
with:
3737
distribution: zulu
38-
java-version: 11
38+
java-version: |
39+
17
40+
11
3941
4042
- name: Setup Gradle
4143
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)