diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28f5039e..1fb5f7f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '11', '16' ] + java: [ '11', '17' ] steps: - uses: actions/checkout@v1