We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747c030 commit 094ffebCopy full SHA for 094ffeb
.github/workflows/release-ga.yml
@@ -14,7 +14,9 @@ jobs:
14
- uses: actions/setup-java@v3
15
with:
16
distribution: adopt
17
- java-version: 17
+ java-version: |
18
+ 22
19
+ 17
20
- uses: jvalkeal/setup-maven@v1
21
22
maven-version: 3.8.4
.github/workflows/release-milestone.yml
@@ -17,7 +17,9 @@ jobs:
23
24
25
0 commit comments