diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-02-07 20:52:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 20:52:33 +0300 |
commit | 36d7664ebab393f0033bbc25394c67e3aed3efb1 (patch) | |
tree | fd18851a0c825de108f70e7d8cf377451b51769a /test/php/scenarios.json | |
parent | c997f9af697c6f09143d4b0f5305332e7adb71f5 (diff) |
PHP: Allow 'version:none' (#439)feature_php_1.1.2
* PHP: Allow 'version:none'
* fix tests
Diffstat (limited to 'test/php/scenarios.json')
-rw-r--r-- | test/php/scenarios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/php/scenarios.json b/test/php/scenarios.json index dac7998..1e4df06 100644 --- a/test/php/scenarios.json +++ b/test/php/scenarios.json @@ -23,5 +23,14 @@ "version": "8.2" } } + }, + "install_only_composer": { + "image": "mcr.microsoft.com/devcontainers/php:latest", + "features": { + "php": { + "version": "none", + "installComposer": true + } + } } } |