From 122ead2b78c05fb0d1612caa6ea4241f4483dd5c Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:27:38 +0000 Subject: [PATCH] Remove EOL Java versions from build pipeline --- .github/workflows/build.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78f42efc1..a2243c85a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,18 +23,9 @@ jobs: matrix: os-name: [ubuntu-latest] java-version: - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 + - 11 # LTS + - 17 # LTS + - 21 # LTS - 23 #- 24-ea include: