Skip to content

Commit b73ae0d

Browse files
authored
Update pre-release.yml
Update prerelease ci to JDK 17
1 parent 1c05bad commit b73ae0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up JDK 11
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: '11'
19+
java-version: '17'
2020
distribution: 'adopt'
2121
- name: NBM
2222
run: mvn -Dkeypass=${{secrets.KEYPASS}} verify

0 commit comments

Comments
 (0)