We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8bf64 commit 2ddc23eCopy full SHA for 2ddc23e
.github/workflows/publish.yml
@@ -13,7 +13,9 @@ jobs:
13
- uses: actions/setup-java@v3
14
with:
15
distribution: 'zulu'
16
- java-version: 17
+ java-version: |
17
+ 11
18
+ 17
19
- uses: actions/cache@v3
20
21
path: |
.github/workflows/test.yml
@@ -20,7 +20,9 @@ jobs:
22
23
24
25
26
27
28
0 commit comments