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 --- src/php/devcontainer-feature.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/php/devcontainer-feature.json') diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json index ae270d0..77fcf98 100644 --- a/src/php/devcontainer-feature.json +++ b/src/php/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "php", - "version": "1.1.1", + "version": "1.1.2", "name": "PHP", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/php", "options": { @@ -10,7 +10,8 @@ "latest", "8", "8.2", - "8.2.0" + "8.2.0", + "none" ], "default": "latest", "description": "Select or enter a PHP version" -- cgit v1.2.3