Skip to content

Commit 8b67611

Browse files
authored
Upgrade to OpenJDK 17
1 parent 1d624e5 commit 8b67611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
java-version: [ 8, 11, 16 ]
11+
java-version: [ 8, 11, 17 ]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-java@v2
2828
with:
2929
distribution: 'adopt'
30-
java-version: 16
30+
java-version: 17
3131
- run: mvn -B verify --no-transfer-progress
3232

3333
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)