From d6670fa9e49d340e97323032f07c695044dac9dd Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Thu, 2 Nov 2023 00:52:00 +0900 Subject: [PATCH] ci: add `Java 21` to matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48fa14fe..e09504ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java: [17] + java: [17, 21] scala: [3.3.1] fail-fast: false steps: