We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5dfb9 commit 8f847c8Copy full SHA for 8f847c8
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 8.3-SNAPSHOT
+ - 8.3.0-SNAPSHOT
4
5
PHP_VERSION:
6
- 8.1-cli
util/YamlTests.php
@@ -36,7 +36,10 @@ class YamlTests
36
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
37
38
const YAML_FILES_TO_OMIT = [
39
- 'platinum/eql/10_basic.yml'
+ 'platinum/eql/10_basic.yml',
40
+ // use of _internal APIs
41
+ 'free/cluster.desired_nodes/10_basic.yml',
42
+ 'free/health/'
43
];
44
45
const SKIPPED_TEST_OSS = [
0 commit comments