Skip to content

Commit 1c05bad

Browse files
authored
Update maven-publish.yml
Update ci to JDK 17
1 parent 51b92f0 commit 1c05bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

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

1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set up JDK 11
13+
- name: Set up JDK 17
1414
uses: actions/setup-java@v2
1515
with:
16-
java-version: '11'
16+
java-version: '17'
1717
distribution: 'adopt'
1818
- name: Tests
1919
run: mvn test

0 commit comments

Comments
 (0)