Skip to content

Commit df1aa17

Browse files
authored
Update to test with latest Liberty runtime (#177)
1 parent 3b899be commit df1aa17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
matrix:
1919
# test against latest update of each major Java version, as well as specific updates of LTS versions:
2020
os: [ubuntu-latest, windows-latest]
21-
WLP_VERSION: [24.0.0_11]
21+
WLP_VERSION: [24.0.0_12]
2222
java: [21, 17, 11, 8]
2323
include:
2424
# match up licenses to WLP versions
2525
# http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml
26-
- WLP_VERSION: 24.0.0_11
27-
WLP_LICENSE: L-DEKS-KYZ7UF
26+
- WLP_VERSION: 24.0.0_12
27+
WLP_LICENSE: L-LYAM-YBARPJ
2828

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

0 commit comments

Comments
 (0)