From a2f5975bb128a7dfc34fd192bcb289235a3afa49 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 26 Dec 2024 14:47:05 -0500 Subject: [PATCH] [GHA] Just run this project on java 21 as there is no actual source no reason to run multiple java versions when this is just a osgi bundle of resources. --- .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 d5a23da..ea8f747 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [17, 21, 22, 23-ea] + java: [21] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false max-parallel: 4