aboutsummaryrefslogtreecommitdiff
path: root/test/php/install_php_8.sh
blob: a510525f63982699f0de05548dc78c7002673196 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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