Skip to content

Commit 55a911f

Browse files
committed
Perform the CI with Java 17
1 parent 0d6f1b8 commit 55a911f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest, windows-latest, macos-latest ]
13-
java: [ 8, 11, 16 ]
13+
java: [ 8, 11, 17 ]
1414
runs-on: ${{ matrix.os }}
1515
timeout-minutes: 20
1616
steps:

0 commit comments

Comments
 (0)