Skip to content

Commit

Permalink
Merge pull request #176 from cherylking/testOn240011
Browse files Browse the repository at this point in the history
Test on latest Liberty runtime
  • Loading branch information
mattbsox authored Nov 13, 2024
2 parents a57d7ab + 91a6351 commit 3b899be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_09]
WLP_VERSION: [24.0.0_11]
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_09
WLP_LICENSE: L-XTDS-SAYTVN
- WLP_VERSION: 24.0.0_11
WLP_LICENSE: L-DEKS-KYZ7UF

runs-on: ${{ matrix.os }}
name: WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit 3b899be

Please sign in to comment.