From 4af314efa3e4f63cd0bc4d194ef2bc6f11b6e4fb Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Sat, 4 May 2024 13:27:22 -0500 Subject: [PATCH] Update to recent Liberty version for testing --- .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 c6edf52..5276c68 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: [23.0.0_12] + WLP_VERSION: [24.0.0_03] 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: 23.0.0_12 - WLP_LICENSE: L-FBWC-95ADJK + - WLP_VERSION: 24.0.0_03 + WLP_LICENSE: L-KZJT-27HQXL runs-on: ${{ matrix.os }} name: WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}