aboutsummaryrefslogtreecommitdiff
path: root/test/php/install_php_8_2.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-02-07 20:52:33 +0300
committerGitHub <noreply@github.com>2023-02-07 20:52:33 +0300
commit36d7664ebab393f0033bbc25394c67e3aed3efb1 (patch)
treefd18851a0c825de108f70e7d8cf377451b51769a /test/php/install_php_8_2.sh
parentc997f9af697c6f09143d4b0f5305332e7adb71f5 (diff)
PHP: Allow 'version:none' (#439)feature_php_1.1.2
* PHP: Allow 'version:none' * fix tests
Diffstat (limited to 'test/php/install_php_8_2.sh')
-rw-r--r--test/php/install_php_8_2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/php/install_php_8_2.sh b/test/php/install_php_8_2.sh
index 9320268..7427229 100644
--- a/test/php/install_php_8_2.sh
+++ b/test/php/install_php_8_2.sh
@@ -6,6 +6,7 @@ set -e
source dev-container-features-test-lib
check "php-version-8.2-is-installed" bash -c "php --version | grep '8.2'"
+check "composer-version" composer --version
# Report result
reportResults