Skip to content

Commit

Permalink
Merge pull request #871 from cherylking/updateToCommon1831snapshot
Browse files Browse the repository at this point in the history
Update to common snapshot and later Liberty runtime
  • Loading branch information
cherylking authored Dec 11, 2023
2 parents 906defc + 55d9890 commit e6e731a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: [23.0.0.10]
RUNTIME_VERSION: [23.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: [23.0.0.10]
RUNTIME_VERSION: [23.0.0.11]
java: [21, 17, 11, 8]
exclude:
- java: 8
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ compileTestGroovy {
}

def libertyAntVersion = "1.9.14"
def libertyCommonVersion = "1.8.30"
def libertyCommonVersion = "1.8.31-SNAPSHOT"

dependencies {
implementation gradleApi()
Expand Down

0 comments on commit e6e731a

Please sign in to comment.