From df1aa1743f20fe2a490b0bf455ce07380898d269 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Fri, 6 Dec 2024 09:31:04 -0600 Subject: [PATCH] Update to test with latest Liberty runtime (#177) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d3700f..9e4fdff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,13 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: os: [ubuntu-latest, windows-latest] - WLP_VERSION: [24.0.0_11] + WLP_VERSION: [24.0.0_12] java: [21, 17, 11, 8] include: # match up licenses to WLP versions # http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml - - WLP_VERSION: 24.0.0_11 - WLP_LICENSE: L-DEKS-KYZ7UF + - WLP_VERSION: 24.0.0_12 + WLP_LICENSE: L-LYAM-YBARPJ runs-on: ${{ matrix.os }} name: WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}