Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LakeDropsDrupalDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
LakeDropsDrupalDev
Merge requests
!12
Merge for new minor release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge for new minor release
develop
into
main
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
jurgenhaas
requested to merge
develop
into
main
2 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9f2cf239
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9f2cf239
gitlab-drupal-ci#16
Set PHP default version to 8.1
· 9f2cf239
jurgenhaas
authored
2 years ago
run/scripts/start
+
2
−
2
Options
@@ -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
"Wh
I
ich PHP version is your project using [7.1 - 7.4, 8.0 - 8.1]? "
VALUE
if
[[
"x
$VALUE
"
==
"x"
]]
;
then
PHP_VERSION
=
$DEFAULT
else
Loading