Github action: test against JDK 17 (LTS) instead of 16

This commit is contained in:
Alex Osborne
2021-09-30 09:12:54 +09:00
parent c373c8e95e
commit 698341a1d6
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
jdk: [8, 11, 16]
jdk: [8, 11, 17]
runs-on: ubuntu-latest
timeout-minutes: 30