Skip to content

Commit

Permalink
Merge pull request #922 from cherylking/bumpLibertyVersion240011
Browse files Browse the repository at this point in the history
Test with 24.0.0.11 Liberty runtime
  • Loading branch information
mattbsox authored Nov 19, 2024
2 parents 958b9c6 + a3be040 commit dcedcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
RUNTIME: [ol, wlp]
RUNTIME_VERSION: [24.0.0.10]
RUNTIME_VERSION: [24.0.0.11]
java: [21, 17, 11, 8]
exclude:
- java: 8
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
RUNTIME: [ol, wlp]
RUNTIME_VERSION: [24.0.0.10]
RUNTIME_VERSION: [24.0.0.11]
java: [21, 17, 11, 8]
exclude:
- java: 8
Expand Down

0 comments on commit dcedcef

Please sign in to comment.