We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b899be commit df1aa17Copy full SHA for df1aa17
.github/workflows/build.yml
@@ -18,13 +18,13 @@ jobs:
18
matrix:
19
# test against latest update of each major Java version, as well as specific updates of LTS versions:
20
os: [ubuntu-latest, windows-latest]
21
- WLP_VERSION: [24.0.0_11]
+ WLP_VERSION: [24.0.0_12]
22
java: [21, 17, 11, 8]
23
include:
24
# match up licenses to WLP versions
25
# 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
+ - WLP_VERSION: 24.0.0_12
+ WLP_LICENSE: L-LYAM-YBARPJ
28
29
runs-on: ${{ matrix.os }}
30
name: WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}
0 commit comments