Skip to content

Commit 3bea7f9

Browse files
committed
Build with Java 17
1 parent d83ae61 commit 3bea7f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- name: Set up JDK 8
17-
uses: actions/setup-java@v2
15+
- uses: actions/checkout@v3
16+
- name: Set up JDK 17
17+
uses: actions/setup-java@v4
1818
with:
19-
java-version: '8'
19+
java-version: '17'
2020
distribution: 'adopt'
2121
cache: maven
2222
- name: Build with Maven

0 commit comments

Comments
 (0)