Skip to content
Snippets Groups Projects
Commit 7cc6361b authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Set COMPOSER_ROOT_VERSION=9.5.0 in bamboo

Resolves: #86559
Releases: master
Change-Id: Ic691f77adaa521f1b5d3d7457fa9cfb81ef47663
Reviewed-on: https://review.typo3.org/58569


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 37f79f79
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>bamboo-specs-parent</artifactId>
<version>6.3.1</version>
<version>6.6.2</version>
<relativePath/>
</parent>
......
......@@ -45,7 +45,7 @@ abstract public class AbstractCoreSpec {
protected static String projectName = "TYPO3 Core";
protected static String projectKey = "CORE";
protected String composerRootVersionEnvironment = "COMPOSER_ROOT_VERSION=9.4.0@dev";
protected String composerRootVersionEnvironment = "COMPOSER_ROOT_VERSION=9.5.0";
protected String testingFrameworkBuildPath = "vendor/typo3/testing-framework/Resources/Core/Build/";
......
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