From ca26b67ebfd0427eab266a24feff1f8c683d2b42 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 13 Oct 2023 20:10:51 +0900 Subject: [PATCH] add JDK 21 test --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index ed767a3..72637d1 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17] + java: [8, 21] runs-on: ubuntu-latest timeout-minutes: 15 steps: