diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8a977c7aa2..9af2cd3781 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,18 +30,11 @@ jobs: # windows-latest is not used due to intermittent network failures os: [ubuntu-latest, macos-latest] # All LTS versions plus the current version - java: [ 8, 11, 17 ] + java: [ 11, 17, 21 ] experimental: [false] -# include: -# - java: 20-ea -# os: ubuntu-latest -# experimental: true -# - java: 20-ea -# os: windows-latest -# experimental: true -# - java: 20-ea -# os: macos-latest -# experimental: true + include: + - java: 8 + os: ubuntu-latest fail-fast: false steps: