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 60e4ccd commit ba75702Copy full SHA for ba75702
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 7.15-SNAPSHOT
+ - 7.x-SNAPSHOT
4
5
PHP_VERSION:
6
- 8.0-cli
src/Elasticsearch/Client.php
@@ -65,11 +65,11 @@
65
* Class Client
66
*
67
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
68
- * and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
+ * and Elasticsearch 7.x-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
69
*/
70
class Client
71
{
72
- const VERSION = '7.15.0-SNAPSHOT';
+ const VERSION = '7.x-SNAPSHOT';
73
74
/**
75
* @var Transport
0 commit comments