File tree Expand file tree Collapse file tree 3 files changed +17
-16
lines changed Expand file tree Collapse file tree 3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
6666 - uses : actions/checkout@v3
6767 - uses : shivammathur/setup-php@v2
6868 with :
69- php-version : 8.1
70- tools : composer:2.2
69+ php-version : 8.3
70+ tools : composer:2.7
7171 - uses : actions/setup-node@v3
7272 with :
73- node-version : 16
73+ node-version : 20
7474 cache : ' npm'
7575 - run : curl -L https://github.com/mage-os/php-dependency-list/raw/main/php-classes.phar -o /usr/local/bin/php-classes.phar && chmod +x /usr/local/bin/php-classes.phar
7676 name : " Install PHP source code dependency analyzer and make executable (used by nightly build script for base package)"
Original file line number Diff line number Diff line change @@ -48,11 +48,10 @@ const branchBuildConfig = {
4848 repoUrl : 'https://github.com/mage-os/mageos-magento-composer-installer.git' ,
4949 ref : 'master' ,
5050 } ,
51- // Keep disabled until repo is set up and integrated into upstream synchronization
52- // 'composer': {
53- // repoUrl: 'https://github.com/mage-os/mageos-composer.git',
54- // ref: 'develop',
55- // },
51+ 'composer' : {
52+ repoUrl : 'https://github.com/mage-os/mageos-composer.git' ,
53+ ref : 'develop' ,
54+ } ,
5655 'composer-root-update-plugin' : {
5756 repoUrl : 'https://github.com/mage-os/mageos-composer-root-update-plugin.git' ,
5857 ref : 'develop' ,
@@ -65,10 +64,11 @@ const branchBuildConfig = {
6564 repoUrl : 'https://github.com/mage-os/mageos-magento2-sample-data.git' ,
6665 ref : '2.4-develop' ,
6766 } ,
68- 'commerce-data-export' : {
69- repoUrl : 'https://github.com/mage-os/mageos-commerce-data-export.git' ,
70- ref : 'main'
71- } ,
67+ // Keep disabled until someone takes up maintenance of commerce-data-export tags
68+ // 'commerce-data-export': {
69+ // repoUrl: 'https://github.com/mage-os/mageos-commerce-data-export.git',
70+ // ref: 'main'
71+ // },
7272 'magento-coding-standard' : {
7373 repoUrl : 'https://github.com/mage-os/mageos-magento-coding-standard.git' ,
7474 ref : 'develop'
Original file line number Diff line number Diff line change @@ -64,10 +64,11 @@ const branchBuildConfig = {
6464 repoUrl : 'https://github.com/mage-os/mirror-magento2-sample-data.git' ,
6565 ref : '2.4-develop' ,
6666 } ,
67- 'commerce-data-export' : {
68- repoUrl : 'https://github.com/mage-os/mirror-commerce-data-export.git' ,
69- ref : 'main'
70- } ,
67+ // Keep disabled until someone takes up maintenance of commerce-data-export tags
68+ // 'commerce-data-export': {
69+ // repoUrl: 'https://github.com/mage-os/mirror-commerce-data-export.git',
70+ // ref: 'main'
71+ // },
7172 'magento-coding-standard' : {
7273 repoUrl : 'https://github.com/mage-os/mirror-magento-coding-standard.git' ,
7374 ref : 'develop'
You can’t perform that action at this time.
0 commit comments