Skip to content
Snippets Groups Projects
Commit 9f2cf239 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-drupal-ci#16 Set PHP default version to 8.1

parent 675c79d9
No related branches found
No related tags found
1 merge request!12Merge for new minor release
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
......@@ -3,8 +3,8 @@
function getConfig() {
if [[ ! -n ${PHP_VERSION} ]]; then
while true; do
DEFAULT=7.4
read -p "Which PHP version is your project using [7.1 - 7.4, 8.0 - 8.1]? " VALUE
DEFAULT=8.1
read -p "WhIich PHP version is your project using [7.1 - 7.4, 8.0 - 8.1]? " VALUE
if [[ "x$VALUE" == "x" ]]; then
PHP_VERSION=$DEFAULT
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment