Skip to content

Commit 2a3d850

Browse files
authored
chore: remove commerce-data-export packages from nightly builds (#172)
* chore: remove commerce-data-export packages from nightly builds * chore: update PHP/composer/node versions for deploy processes
1 parent 8b09b0b commit 2a3d850

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.github/workflows/deploy.yml

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

src/build-config/mageos-nightly-build-config.js

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

src/build-config/upstream-nightly-build-config.js

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

0 commit comments

Comments
 (0)