From 337b1bec2ac1075c42a3a8e987b6a104b019640a Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Tue, 10 Dec 2024 15:58:31 -0600 Subject: [PATCH] bump to test with 24.0.0.12 --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6024e202..8e6c47d5 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -18,7 +18,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [24.0.0.11] + RUNTIME_VERSION: [24.0.0.12] java: [21, 17, 11, 8] exclude: - java: 8 @@ -100,7 +100,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [24.0.0.11] + RUNTIME_VERSION: [24.0.0.12] java: [21, 17, 11, 8] exclude: - java: 8