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
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
755e58c9
Commit
755e58c9
authored
Feb 08, 2021
by
Benni Mack
Browse files
[BUGFIX] Use composer2.0.8 in base image to avoid PHP8 fatals
parent
2bc11a7d
Pipeline
#10313
passed with stages
in 10 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
755e58c9
...
...
@@ -22,7 +22,7 @@ cache:
# Runs tests, currently it runs phpstan + php-cs-fixer
code-analysis:php:
stage
:
lint
image
:
composer:2
image
:
composer:2
.0.8
before_script
:
-
composer install --ignore-platform-reqs $composer_options
script
:
...
...
@@ -33,7 +33,7 @@ code-analysis:php:
# Builds the artifacts for the production system (composer first)
build:php:
stage
:
build
image
:
composer:2
image
:
composer:2
.0.8
script
:
-
composer install --no-dev -o -a --ignore-platform-reqs $composer_options
artifacts
:
...
...
@@ -74,7 +74,7 @@ build:php:
# rsyncs the artifacts to the target server via deployer
.deploy
:
&deploy
<<
:
*prepare-ssh
image
:
composer:2
image
:
composer:2
.0.8
variables
:
# no git needed, only the artifacts are required
GIT_STRATEGY
:
none
...
...
@@ -125,7 +125,7 @@ deploy:staging:
# Download database and fileadmin
Get dump for Content Master
:
<<
:
*prepare-ssh
image
:
composer:2
image
:
composer:2
.0.8
when
:
manual
stage
:
maintenance
script
:
...
...
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