Update CI tests from JDK 20 to 21

This commit is contained in:
Alex Osborne
2023-10-11 11:22:17 +09:00
parent bd6c6bbff5
commit d3ca691f8d
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
jdk: [8, 11, 17, 20]
jdk: [8, 11, 17, 21]
runs-on: ubuntu-latest
timeout-minutes: 30