JDK18 support: Run GitHub CI tests on JDK 18

This commit is contained in:
Alex Osborne
2022-04-01 11:34:11 +09:00
parent c3f140b9b5
commit 0698545eec
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
jdk: [8, 11, 17]
jdk: [8, 11, 17, 18]
runs-on: ubuntu-latest
timeout-minutes: 30