kgyrtkirk commented on code in PR #17458:
URL: https://github.com/apache/druid/pull/17458#discussion_r1832347898
##########
.github/workflows/standard-its.yml:
##########
@@ -94,7 +94,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: [8, 17, 21]
+ jdk: ['8', '17', '21.0.4']
Review Comment:
that image is not affected as its runs a pretty old version:
```
savara:~$ docker run --rm -it openjdk:21-slim-buster /bin/bash -c 'java
-version'
openjdk version "21-ea" 2023-09-19
OpenJDK Runtime Environment (build 21-ea+26-2328)
OpenJDK 64-Bit Server VM (build 21-ea+26-2328, mixed mode, sharing)
```
I don't see any more recent images
[here](https://hub.docker.com/_/openjdk/tags)
so I think we should leave this as-is for now...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]