diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-01 21:12:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 21:12:10 +0300 |
commit | 69cba4ffad425e082f36d8fee3101090ccda896c (patch) | |
tree | 85a9d5fbc570358bf3a339d9bc89ec910ff357e3 /test-scenarios/scenarios.json | |
parent | 6eab72c681392c1df95500035d87a6e3a1c54642 (diff) |
ruby: install additional versions (#57)
* ruby: install additional versions
* nit: fixing spelling
Co-authored-by: Josh Spicer <joshspicer@github.com>
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 d07dda9..7c51282 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -11,5 +11,14 @@ "configure_jupyterlab_allow_origin": "*" } } + }, + "install_additional_ruby": { + "image": "ubuntu:focal", + "features": { + "ruby": { + "version": "3.1.2", + "additional_versions": "2.5,3.0.4" + } + } } }
\ No newline at end of file |