File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ stage("Tests") {
4949 node(' excel-init-ee' ) {
5050 container(" php" ) {
5151 checkout([$class : ' GitSCM' ,
52- branches : [[name : " 2.2 " ]],
52+ branches : [[name : " 2.3 " ]],
5353 userRemoteConfigs : [[credentialsId : ' github-credentials' , url : ' https://github.com/akeneo/pim-enterprise-standard.git' ]]
5454 ])
5555
5656 sh """
57- php -d memory_limit=3G /usr/local/bin/composer require phpunit/phpunit:^5.7 akeneo/excel-init-bundle:dev-master --no-interaction --no-progress --prefer-dist
57+ php -d memory_limit=3G /usr/local/bin/composer require akeneo/excel-init-bundle:dev-master --no-interaction --no-progress --prefer-dist
5858 chmod -R 777 vendor
5959 """
6060
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Be carefull to use the new `init.xlsx` file of this bundle as there are some str
1515
1616| ExcelInitBundle | Akeneo PIM Community Edition |
1717| :---------------:| :----------------------------:|
18- | v2.1.* | v2.2 |
18+ | v2.1.* | >= v2.2 |
1919| v2.0.* | v2.0 - v2.1 |
2020| v1.2.* | v1.7.* |
2121| v1.1.* | v1.6.* |
You can’t perform that action at this time.
0 commit comments