Skip to content

Commit

Permalink
Switch to Java 17/21
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
dmikusa authored and ForestEckhardt committed Aug 27, 2024
1 parent 88e8fba commit 50fdf1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-war.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17]
java: [17, 21]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion java/war/smoke_test/war_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func testWARWithBuilder(builder string) func(*testing.T, spec.G, spec.S) {

Expect(logs).To(ContainLines(ContainSubstring("Paketo Buildpack for CA Certificates")))
Expect(logs).To(ContainLines(ContainSubstring("Paketo Buildpack for BellSoft Liberica")))
Expect(logs).To(ContainLines(ContainSubstring("Paketo Buildpack for Maven")))
Expect(logs).To(ContainLines(ContainSubstring("Paketo Buildpack for Gradle")))
Expect(logs).To(ContainLines(ContainSubstring("Paketo Buildpack for Apache Tomcat")))

container, err = docker.Container.Run.
Expand Down

0 comments on commit 50fdf1a

Please sign in to comment.