Skip to content

Commit

Permalink
Update to recent Liberty version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed May 4, 2024
1 parent d840084 commit 2f456f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.12]
RUNTIME_VERSION: [24.0.0.3]
java: [21, 17, 11, 8]
exclude:
- java: 8
Expand Down Expand Up @@ -81,7 +81,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.12]
RUNTIME_VERSION: [24.0.0.3]
java: [21, 17, 11, 8]
exclude:
- java: 8
Expand Down
2 changes: 0 additions & 2 deletions liberty-maven-plugin/src/it/compile-jsp-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
</dependencies>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>

Expand Down

0 comments on commit 2f456f1

Please sign in to comment.