diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8e27c71..3429173 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 11, 12, 17, 19 ] + java: [ 11, 17, 21 ] steps: - uses: actions/checkout@v3