diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97742ae..31deb3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11', '15' ] + java: [ '11', '15', '17' ] name: Java ${{ matrix.Java }} steps: