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:
66
66
- uses : actions/checkout@v3
67
67
- uses : shivammathur/setup-php@v2
68
68
with :
69
- php-version : 8.1
70
- tools : composer:2.2
69
+ php-version : 8.3
70
+ tools : composer:2.7
71
71
- uses : actions/setup-node@v3
72
72
with :
73
- node-version : 16
73
+ node-version : 20
74
74
cache : ' npm'
75
75
- 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
76
76
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 = {
48
48
repoUrl : 'https://github.com/mage-os/mageos-magento-composer-installer.git' ,
49
49
ref : 'master' ,
50
50
} ,
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
+ } ,
56
55
'composer-root-update-plugin' : {
57
56
repoUrl : 'https://github.com/mage-os/mageos-composer-root-update-plugin.git' ,
58
57
ref : 'develop' ,
@@ -65,10 +64,11 @@ const branchBuildConfig = {
65
64
repoUrl : 'https://github.com/mage-os/mageos-magento2-sample-data.git' ,
66
65
ref : '2.4-develop' ,
67
66
} ,
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
+ // },
72
72
'magento-coding-standard' : {
73
73
repoUrl : 'https://github.com/mage-os/mageos-magento-coding-standard.git' ,
74
74
ref : 'develop'
Original file line number Diff line number Diff line change @@ -64,10 +64,11 @@ const branchBuildConfig = {
64
64
repoUrl : 'https://github.com/mage-os/mirror-magento2-sample-data.git' ,
65
65
ref : '2.4-develop' ,
66
66
} ,
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
+ // },
71
72
'magento-coding-standard' : {
72
73
repoUrl : 'https://github.com/mage-os/mirror-magento-coding-standard.git' ,
73
74
ref : 'develop'
You can’t perform that action at this time.
0 commit comments