add JDK 21 test

This commit is contained in:
kenji yoshida
2023-10-13 07:50:42 +09:00
parent 7caf11ae83
commit 3cf2bea01e

View File

@@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
java: [11, 17] java: [11, 21]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Cache - name: Cache