Merge pull request #619 from internetarchive/jdk23

JDK 23 support
This commit is contained in:
Alex Osborne
2024-10-18 20:51:08 +09:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
jdk: [8, 11, 17, 21, 22]
jdk: [8, 11, 17, 21, 23]
runs-on: ubuntu-latest
timeout-minutes: 30