From 36d7664ebab393f0033bbc25394c67e3aed3efb1 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 7 Feb 2023 09:52:33 -0800 Subject: PHP: Allow 'version:none' (#439) * PHP: Allow 'version:none' * fix tests --- test/php/scenarios.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/php/scenarios.json') 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 + } + } } } -- cgit v1.2.3