Skip to content
Snippets Groups Projects
Commit 1ce0db56 authored by Sebastian Wilms's avatar Sebastian Wilms
Browse files

Update .gitlab-ci.yml

parent d478d0a7
Branches core-update
No related merge requests found
Pipeline #1254 failed with stages
in 15 seconds
......@@ -10,7 +10,7 @@ variables:
COMPOSER_CACHE_DIR: ".composer"
COMPOSER_PROCESS_TIMEOUT: "1800"
COMPOSER_ALLOW_SUPERUSER: "1"
TYPO3_VERSION: ^8.7
TYPO3_VERSION: ^9.5
TYPO3_PATH_WEB: "$CI_PROJECT_DIR/.Build/Web"
MYSQL_DATABASE: "typo3"
MYSQL_USER: "typo3"
......@@ -24,7 +24,7 @@ variables:
- apk --no-cache add parallel
- composer --no-ansi self-update
- composer --no-ansi --version
- composer require --no-interaction --no-ansi typo3/cms="${TYPO3_VERSION}" --ignore-platform-reqs
- composer require --no-interaction --no-ansi typo3/cms-core "${TYPO3_VERSION}" --ignore-platform-reqs
- composer install --no-interaction --no-ansi --ignore-platform-reqs
lint:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment