From 959a456b58bbef71fdf1b23503746141a6d8e572 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Tue, 28 May 2024 17:16:59 -0400 Subject: [PATCH] [GHA] Drop java 11 from build matrix as some plugins moving on --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80bd06ade..d5a23da97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [11, 17, 21, 22, 23-ea] + java: [17, 21, 22, 23-ea] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false max-parallel: 4