Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
cfc33534
Commit
cfc33534
authored
Jun 18, 2018
by
Thomas Löffler
Browse files
Use php 7.1
parent
f54a2ec0
Pipeline
#4636
passed with stages
in 14 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
cfc33534
...
...
@@ -2,7 +2,7 @@ APIVersion: v0.19.0
name
:
typo3.org
type
:
typo3
docroot
:
html
php_version
:
"
7.
0
"
php_version
:
"
7.
1
"
router_http_port
:
"
8080"
router_https_port
:
"
8443"
xdebug_enabled
:
false
...
...
.gitlab-ci.yml
View file @
cfc33534
...
...
@@ -13,7 +13,7 @@ stages:
build
:
stage
:
build
image
:
php:7.
0
-alpine
image
:
php:7.
1
-alpine
variables
:
GIT_STRATEGY
:
"
clone"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment