Skip to content

Commit d7bbb40

Browse files
authored
Merge pull request #63 from akeneo/migration-2.3
Migration 2.3
2 parents fad820e + ce6c626 commit d7bbb40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.* |

0 commit comments

Comments
 (0)