Remove version check as all tested versions use the built-in development server

This commit is contained in:
Zach Borboa
2021-03-28 23:14:29 -04:00
parent 56981458c0
commit 3a095e7780
+1 -15
View File
@@ -17,18 +17,4 @@ composer install --prefer-source --no-interaction
# Let test server know we should allow testing.
export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
if [[ "${CI_PHP_VERSION}" == "7.0" ]]; then
start_php_servers
elif [[ "${CI_PHP_VERSION}" == "7.1" ]]; then
start_php_servers
elif [[ "${CI_PHP_VERSION}" == "7.2" ]]; then
start_php_servers
elif [[ "${CI_PHP_VERSION}" == "7.3" ]]; then
start_php_servers
elif [[ "${CI_PHP_VERSION}" == "7.4" ]]; then
start_php_servers
elif [[ "${CI_PHP_VERSION}" == "8.0" ]]; then
start_php_servers
elif [[ "${CI_PHP_VERSION}" == "nightly" ]]; then
start_php_servers
fi
start_php_servers