diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5392413..d19f9859 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - jdk: [8, 11, 17, 19] + jdk: [8, 11, 17, 19, 21] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: true max-parallel: 4