File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 23
23
composer config --unset repositories.repo.magento.com
24
24
composer remove --no-update magento/magento-cloud-components
25
25
composer remove --no-update magento/magento-cloud-docker
26
+ composer remove --no-update magento/quality-patches
26
27
composer remove --no-update magento/magento-cloud-patches
27
28
- name : Composer Update
28
29
run : composer update
Original file line number Diff line number Diff line change 43
43
- php : ' 7.4'
44
44
env : TEST_SUITE=functional-ee
45
45
46
+ before_install :
47
+ # https://github.com/kylekatarnls/update-helper/issues/9
48
+ - if [ -n "${COMPOSER_VERSION}" ]; then travis_retry composer self-update ${COMPOSER_VERSION}; fi;
49
+
50
+
46
51
install :
47
52
- composer config http-basic.repo.magento.com ${REPO_USERNAME_CE} ${REPO_PASSWORD_CE}
48
53
- composer config github-oauth.github.com ${GITHUB_TOKEN}
Original file line number Diff line number Diff line change 24
24
"magento/magento-cloud-components" : " ^1.0.6" ,
25
25
"magento/magento-cloud-docker" : " ^1.0.0" ,
26
26
"magento/magento-cloud-patches" : " ^1.0.6" ,
27
+ "magento/quality-patches" : " ^1.0.3" ,
27
28
"monolog/monolog" : " ^1.16" ,
28
29
"nesbot/carbon" : " ^1.0||^2.0" ,
29
30
"psr/container" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments