File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,17 @@ jobs:
47
47
--health-interval=10s
48
48
--health-timeout=5s
49
49
--health-retries=3
50
- es :
51
- image : docker.elastic.co/elasticsearch/elasticsearch :${{ matrix.elasticsearch }}
50
+ os :
51
+ image : opensearchproject/opensearch :${{ matrix.opensearch }}
52
52
env :
53
- ES_JAVA_OPTS : " -Xms512m -Xmx512m"
53
+ OPENSEARCH_JAVA_OPTS : " -Xms512m -Xmx512m"
54
54
55
55
ports :
56
56
- 9200:9200
57
57
options : >-
58
58
-e "discovery.type=single-node"
59
- -e "xpack.security.enabled=false"
59
+ -e "plugins.security.disabled=true"
60
+ --name "opensearch-node"
60
61
--health-cmd="curl --silent --fail localhost:9200/_cluster/health || exit 1"
61
62
--health-interval=30s
62
63
--health-timeout=30s
@@ -77,17 +78,17 @@ jobs:
77
78
- magento : " 2.4.4"
78
79
php : " 8.1"
79
80
composer : " v2"
80
- elasticsearch : " 7.16.3 "
81
+ opensearch : " 1.2.0 "
81
82
82
83
- magento : " 2.4.5"
83
84
php : " 8.1"
84
85
composer : " v2"
85
- elasticsearch : " 7.17.5 "
86
+ opensearch : " 1.2.0 "
86
87
87
88
- magento : " 2.4.6"
88
89
php : " 8.2"
89
90
composer : " v2"
90
- elasticsearch : " 7.17.5 "
91
+ opensearch : " 2.5.0 "
91
92
92
93
steps :
93
94
- name : Setup PHP
You can’t perform that action at this time.
0 commit comments