diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 033cc8cc..d70e5c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17] + java: [8, 11, 17, 21] scala: [2.12.x, 2.13.x, 3.x] runs-on: ubuntu-latest steps: