diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b688c85c9d6d..69de3ac4ec8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - java: [8, 11, 17, 21] + java: [8, 11, 17, 21, 22] runs-on: ${{matrix.os}} steps: - run: git config --global core.autocrlf false