diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60e1c65d..315aa052 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # test against the latest update of each major Java version, as well as specific updates of LTS versions: - java: [8, 11, 15, 16, 17, 18, 19, 20, 21, 22] + java: [11, 15, 16, 17, 18, 19, 20, 21, 22] steps: - name: Checkout code