diff options
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r-- | test-scenarios/scenarios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json index 8b2572f..c6291e2 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -1,4 +1,13 @@ { + "install_additional_java": { + "image": "ubuntu:focal", + "features": { + "java": { + "version": "17", + "additional_versions": "11,8" + } + } + }, "install_jupyterlab": { "image": "mcr.microsoft.com/vscode/devcontainers/base:focal", "remoteUser": "vscode", |