mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-19 06:41:20 +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
@@ -4,9 +4,11 @@ export interface PackageMatrixVersion {
|
||||
composer: string | number,
|
||||
mysql: string,
|
||||
elasticsearch: string,
|
||||
opensearch: string,
|
||||
rabbitmq: string,
|
||||
redis: string,
|
||||
varnish: string,
|
||||
valkey: string,
|
||||
nginx: string,
|
||||
os: string,
|
||||
release: string,
|
||||
|
||||
Reference in New Issue
Block a user