features/test/php/install_php_8_2.sh

12 lines
198 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "php-version-8.2-is-installed" bash -c "php --version | grep '8.2'"
# Report result
reportResults