Commit 9959ef1
Fix GitHub Actions test failures by replacing deprecated openjdk:11-jdk image (#1005)
The openjdk:11-jdk Docker image has been deprecated and removed from Docker Hub,
causing test failures in test-container-x64 jobs across all Python versions.
Replace openjdk:11-jdk with eclipse-temurin:11-jdk, which is the official
successor and actively maintained by the Eclipse Foundation. This is consistent
with other JDK images already used in the test suite.
Fixes:
- test_collect_default_jvm_flags[hotspot-jdk-11-expected_flags1-True]
- test_collect_cmdline_and_env_jvm_flags[hotspot-jdk-11-expected_flags1-True--XX:SelfDestructTimer=5--XX:+PrintCodeCache]
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent acea67f commit 9959ef1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments