mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat(supported-version): add support for v2.4.5 (#35)
This commit is contained in:
@@ -123,7 +123,7 @@ jobs:
|
|||||||
- name: "Cache Composer Packages"
|
- name: "Cache Composer Packages"
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: "composer | v4 | ${{ inputs.composer_cache_key }} | ${{ hashFiles('composer.lock') }} | ${{ matrix.os }} | ${{ matrix.composer }} | ${{ matrix.php }} | ${{ matrix.magento }}"
|
key: "composer | v5 | ${{ inputs.composer_cache_key }} | ${{ hashFiles('composer.lock') }} | ${{ matrix.os }} | ${{ matrix.composer }} | ${{ matrix.php }} | ${{ matrix.magento }}"
|
||||||
path: ${{ steps.composer-cache.outputs.dir }}
|
path: ${{ steps.composer-cache.outputs.dir }}
|
||||||
|
|
||||||
- run: composer config repositories.local path ${{ inputs.source_folder }}
|
- run: composer config repositories.local path ${{ inputs.source_folder }}
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ runs:
|
|||||||
- name: "Cache Composer Packages"
|
- name: "Cache Composer Packages"
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: "composer | v4 | ${{ inputs.composer_cache_key }} | ${{ hashFiles('composer.lock') }} | ${{ runner.os }} | ${{ inputs.composer_version }} | ${{ inputs.php_version }} | ${{ inputs.magento_version }}"
|
key: "composer | v5 | ${{ inputs.composer_cache_key }} | ${{ hashFiles('composer.lock') }} | ${{ runner.os }} | ${{ inputs.composer_version }} | ${{ inputs.php_version }} | ${{ inputs.magento_version }}"
|
||||||
path: ${{ steps.composer-cache.outputs.dir }}
|
path: ${{ steps.composer-cache.outputs.dir }}
|
||||||
|
|
||||||
- run: composer config repositories.local path ${{ inputs.source_folder }}
|
- run: composer config repositories.local path ${{ inputs.source_folder }}
|
||||||
|
|||||||
Vendored
+4
-4
File diff suppressed because one or more lines are too long
@@ -5,5 +5,6 @@
|
|||||||
"magento/project-community-edition:>=2.4.2 <2.4.3",
|
"magento/project-community-edition:>=2.4.2 <2.4.3",
|
||||||
"magento/project-community-edition:>=2.4.3 <2.4.4",
|
"magento/project-community-edition:>=2.4.3 <2.4.4",
|
||||||
"magento/project-community-edition:>=2.4.4 <2.4.5",
|
"magento/project-community-edition:>=2.4.4 <2.4.5",
|
||||||
|
"magento/project-community-edition:>=2.4.5 <2.4.6",
|
||||||
"magento/project-community-edition"
|
"magento/project-community-edition"
|
||||||
]
|
]
|
||||||
@@ -71,12 +71,24 @@
|
|||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.18",
|
||||||
"os": "ubuntu-latest"
|
"os": "ubuntu-latest"
|
||||||
},
|
},
|
||||||
|
"magento/project-community-edition:>=2.4.5 <2.4.6": {
|
||||||
|
"magento": "magento/project-community-edition:>=2.4.5 <2.4.6",
|
||||||
|
"php": 8.1,
|
||||||
|
"composer": 2,
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
|
"rabbitmq": "rabbitmq:3.9",
|
||||||
|
"redis": "redis:6.2",
|
||||||
|
"varnish": "varnish:7.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-latest"
|
||||||
|
},
|
||||||
"magento/project-community-edition": {
|
"magento/project-community-edition": {
|
||||||
"magento": "magento/project-community-edition",
|
"magento": "magento/project-community-edition",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
"composer": 2,
|
"composer": 2,
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.16.3",
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
"rabbitmq": "rabbitmq:3.9",
|
"rabbitmq": "rabbitmq:3.9",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
|
|||||||
@@ -11,6 +11,18 @@
|
|||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.18",
|
||||||
"os": "ubuntu-18.04"
|
"os": "ubuntu-18.04"
|
||||||
},
|
},
|
||||||
|
"magento/project-community-edition:2.3.7-p4": {
|
||||||
|
"magento": "magento/project-community-edition:2.3.7-p4",
|
||||||
|
"php": 7.4,
|
||||||
|
"composer": 1,
|
||||||
|
"mysql": "mysql:5.7",
|
||||||
|
"elasticsearch": "elasticsearch:7.16.3",
|
||||||
|
"rabbitmq": "rabbitmq:3.8",
|
||||||
|
"redis": "redis:6.0",
|
||||||
|
"varnish": "varnish:6.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-18.04"
|
||||||
|
},
|
||||||
"magento/project-community-edition:2.4.0": {
|
"magento/project-community-edition:2.4.0": {
|
||||||
"magento": "magento/project-community-edition:2.4.0",
|
"magento": "magento/project-community-edition:2.4.0",
|
||||||
"php": 7.4,
|
"php": 7.4,
|
||||||
@@ -131,6 +143,18 @@
|
|||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.18",
|
||||||
"os": "ubuntu-latest"
|
"os": "ubuntu-latest"
|
||||||
},
|
},
|
||||||
|
"magento/project-community-edition:2.4.3-p3": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.3-p3",
|
||||||
|
"php": 7.4,
|
||||||
|
"composer": 2,
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:7.16.3",
|
||||||
|
"rabbitmq": "rabbitmq:3.8",
|
||||||
|
"redis": "redis:6.0",
|
||||||
|
"varnish": "varnish:6.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-latest"
|
||||||
|
},
|
||||||
"magento/project-community-edition:2.4.4": {
|
"magento/project-community-edition:2.4.4": {
|
||||||
"magento": "magento/project-community-edition:2.4.4",
|
"magento": "magento/project-community-edition:2.4.4",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
@@ -142,5 +166,29 @@
|
|||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.18",
|
||||||
"os": "ubuntu-latest"
|
"os": "ubuntu-latest"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.4-p1": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.4-p1",
|
||||||
|
"php": 8.1,
|
||||||
|
"composer": 2,
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:7.16.3",
|
||||||
|
"rabbitmq": "rabbitmq:3.9",
|
||||||
|
"redis": "redis:6.2",
|
||||||
|
"varnish": "varnish:7.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-latest"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.5": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.5",
|
||||||
|
"php": 8.1,
|
||||||
|
"composer": 2,
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
|
"rabbitmq": "rabbitmq:3.9",
|
||||||
|
"redis": "redis:6.2",
|
||||||
|
"varnish": "varnish:7.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user