features/test/php/install_php_8.sh

12 lines
195 B
Bash
Raw Normal View History

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