features/test/php/install_php_8.sh
Samruddhi Khandale 7a3a9c5fca
Php: Auto configure if a three part version is not provided (#406)
* Php: Auto configure if a three part version is not provided

* fix test

* update checks

* Bump version
2023-01-20 09:22:39 -08:00

12 lines
195 B
Bash

#!/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