Skip to content

Commit

Permalink
Test with 23009 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking authored Sep 23, 2023
1 parent 0140a5e commit 94b0bc2
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,15 +18,15 @@ 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_03, 23.0.0_06]
WLP_VERSION: [23.0.0_09, 23.0.0_06]
java: [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_06
WLP_LICENSE: L-PGXD-4P769M
- WLP_VERSION: 23.0.0_03
WLP_LICENSE: L-ZCDP-PD4BAK
- WLP_VERSION: 23.0.0_09
WLP_LICENSE: L-BFLK-F8ALSQ

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

0 comments on commit 94b0bc2

Please sign in to comment.