diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 752da96..5125735 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,14 +8,12 @@ jobs: strategy: matrix: - java-version: [ 8 , 11 , 16, 17 , 20 , 21 ] + java-version: [ 8 , 11 , 17 , 21 ] compiler-version: [ 1.1 , 1.2 , 1.3 , 1.4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 ] os: [ ubuntu-latest , macos-latest , windows-latest ] exclude: - os: macos-latest java-version: 8 - - os: macos-latest - java-version: 16 steps: - name: Checkout