From d002f0094ff3f2c1ced4fca3d73d3b0aa03915af Mon Sep 17 00:00:00 2001 From: Speiger Date: Sat, 9 May 2026 05:25:26 +0200 Subject: [PATCH] Updated Build Matrix to incude newer java versions and remove obsolete ones --- .github/workflows/build_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_action.yml b/.github/workflows/build_action.yml index 60c45fa..2b65bd8 100644 --- a/.github/workflows/build_action.yml +++ b/.github/workflows/build_action.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - jdk: [8, 11, 16, 17, 18, 19, 20] + jdk: [8, 11, 17, 20, 21, 25] runs-on: ubuntu-latest steps: