From a3be040900f940f14a92932c8568276d6d478f02 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Tue, 19 Nov 2024 10:13:26 -0600 Subject: [PATCH] Test with 24.0.0.11 Liberty runtime --- .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 f5797de1..6024e202 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.10] + RUNTIME_VERSION: [24.0.0.11] 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.10] + RUNTIME_VERSION: [24.0.0.11] java: [21, 17, 11, 8] exclude: - java: 8