diff --git a/scripts/ci-test-extensions b/scripts/ci-test-extensions index af11872..a0d17cf 100755 --- a/scripts/ci-test-extensions +++ b/scripts/ci-test-extensions @@ -157,6 +157,10 @@ getDockerImageName() { # Outputs: # the space-separated list of supported PHP versions getAllPHPVersionsForExtensions() { + if test -n "${PHP_VERSION_TO_TEST:-}"; then + echo "$PHP_VERSION_TO_TEST" + return + fi getAllPHPVersionsForExtensions_result='' IFS=' ' for getAllPHPVersionsForExtensions_extension in $1; do