aboutsummaryrefslogblamecommitdiff
path: root/test/php/install_php_8_2.sh
blob: 9320268eff5314668b0aaa830dae9eb2b6d6da96 (plain) (tree)
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.2-is-installed" bash -c "php --version | grep '8.2'"

# Report result
reportResults