diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7e4fd5..0e521f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-18.04, macOS-latest, windows-2016] - java: [11, 11.0.3, 12, 13, 13.0.4, 14, 15, 16-ea] + java: [11, 13, 15, 16, 17-ea] fail-fast: false max-parallel: 4 name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} @@ -23,4 +23,4 @@ jobs: - name: Test with Maven run: mvn test -B --file pom.xml -... \ No newline at end of file +...