diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-14 23:19:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 23:19:36 +0300 |
commit | 63e9392aa8d43f6f4f0454623b197efd9596709b (patch) | |
tree | e258f766394d51c9c16ce1b445ca3baecbee02a1 /test-scenarios/scenarios.json | |
parent | 27e63203fa96543d287128b91fa02766fe687069 (diff) |
* PHP: install additional versions
* fix bug
* fix test scenario
* adding quotes
* change identifier
* nit
* tweak: to unblock git merge
* nit
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 c6291e2..887c219 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -1,4 +1,13 @@ { + "install_additional_php": { + "image": "ubuntu:focal", + "features": { + "php": { + "version": "8.1.4", + "additional_versions": "8.0.17,8.0.3" + } + } + }, "install_additional_java": { "image": "ubuntu:focal", "features": { |