Skip to content

Commit

Permalink
chore: Update the JDK11 version in the goss test
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed Jan 24, 2025
1 parent c68cd22 commit 78457c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ command:
exec: /opt/jdk-11/bin/java --version
exit-status: 0
stdout:
- 11.0.25+9
- 11.0.26+4
jdk17:
exec: /opt/jdk-17/bin/java --version
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ command:
exec: C:\tools\jdk-11\bin\java --version
exit-status: 0
stdout:
- 11.0.25+9
- 11.0.26+4
jdk17:
exec: C:\tools\jdk-17\bin\java --version
exit-status: 0
Expand Down

0 comments on commit 78457c4

Please sign in to comment.