Skip to content

Commit 2ddc23e

Browse files
committed
Also install JDK 11 for Gradle tooling ext
1 parent 7f8bf64 commit 2ddc23e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/setup-java@v3
1414
with:
1515
distribution: 'zulu'
16-
java-version: 17
16+
java-version: |
17+
11
18+
17
1719
- uses: actions/cache@v3
1820
with:
1921
path: |

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- uses: actions/setup-java@v3
2121
with:
2222
distribution: 'zulu'
23-
java-version: 17
23+
java-version: |
24+
11
25+
17
2426
- uses: actions/cache@v3
2527
with:
2628
path: |

0 commit comments

Comments
 (0)