From d2c19675dce6ef7790dab229c5f5e7741c56b883 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Tue, 10 Dec 2024 15:58:56 -0600 Subject: [PATCH] bump to test with 24.0.0.12 --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 63de3f555..24d837339 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,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 @@ -80,7 +80,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