mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat: use Mage-OS by default (#17)
This commit is contained in:
@@ -22,7 +22,7 @@ on:
|
|||||||
magento_repository:
|
magento_repository:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: "https://repo.magento.com/"
|
default: "https://mirror.mage-os.org/"
|
||||||
description: "Where to install Magento from"
|
description: "Where to install Magento from"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -34,12 +34,15 @@
|
|||||||
"repositories": {
|
"repositories": {
|
||||||
"0": {
|
"0": {
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://repo.magento.com/"
|
"url": "https://mirror.mage-os.org/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"allow-plugins": {
|
||||||
|
"magento/composer-dependency-version-audit-plugin": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5"
|
"phpunit/phpunit": "^9.5"
|
||||||
|
|||||||
Generated
+6001
File diff suppressed because it is too large
Load Diff
@@ -39,7 +39,7 @@ inputs:
|
|||||||
|
|
||||||
magento_repository:
|
magento_repository:
|
||||||
required: true
|
required: true
|
||||||
default: "https://repo.magento.com/"
|
default: "https://mirror.mage-os.org/"
|
||||||
description: "Where to install Magento from"
|
description: "Where to install Magento from"
|
||||||
|
|
||||||
composer_auth:
|
composer_auth:
|
||||||
|
|||||||
Reference in New Issue
Block a user