mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
Fix opensearch versions based on container support (#289)
* Fix opensearch versions based on wardenenv container support * opensearchproject/opensearch:2.19.1 * Disable opensearch security * spawn separate opensearch service when needed * fix opensearch flags; fix PackageMatrixVersion type and test * Try mysql:8.4 over mariadb:11.4 * updated dist/index.js * Allow trigger creation during integration tests
This commit is contained in:
committed by
Damien Retzinger
parent
2dbed0d4a7
commit
ab5dc9fc95
@@ -26,6 +26,20 @@
|
||||
"os": "ubuntu-latest",
|
||||
"release": "2025-06-17T00:00:00+0000",
|
||||
"eol": "2028-06-18T00:00:00+0000"
|
||||
},
|
||||
"mage-os/project-community-edition:>=1.0 <1.1": {
|
||||
"magento": "mage-os/project-community-edition:>=1.0 <1.1",
|
||||
"php": 8.3,
|
||||
"composer": "2.7.4",
|
||||
"mysql": "mariadb:10.6",
|
||||
"elasticsearch": "elasticsearch:8.11.4",
|
||||
"rabbitmq": "rabbitmq:3.13-management",
|
||||
"redis": "redis:7.2",
|
||||
"varnish": "varnish:7.5",
|
||||
"nginx": "nginx:1.26",
|
||||
"os": "ubuntu-latest",
|
||||
"release": "2023-10-10T00:00:00+0000",
|
||||
"eol": "2025-04-07T00:00:00+0000"
|
||||
},
|
||||
"mage-os/project-community-edition:>=1.1 <1.2": {
|
||||
"magento": "mage-os/project-community-edition:>=1.1 <1.2",
|
||||
|
||||
Reference in New Issue
Block a user