Skip to content

Commit aa210ca

Browse files
committed
Updated the client to 9.2.0 and ES version to 9.2.0-SNAPSHOT
1 parent 89dd4ea commit aa210ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ steps:
77
env:
88
PHP_VERSION: "{{ matrix.php }}"
99
TEST_SUITE: "{{ matrix.suite }}"
10-
STACK_VERSION: 9.1.0-SNAPSHOT
11-
BRANCH_CLIENT_TESTS: 9.1
10+
STACK_VERSION: 9.2.0-SNAPSHOT
11+
BRANCH_CLIENT_TESTS: 9.2
1212
matrix:
1313
setup:
1414
suite:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [9.1.0-SNAPSHOT]
14+
es-version: [9.2.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
final class Client implements ClientInterface
3030
{
3131
const CLIENT_NAME = 'es';
32-
const VERSION = '9.1.0';
32+
const VERSION = '9.2.0';
3333
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=9';
3434
const API_VERSION_HEADER = 'elastic-api-version';
3535
const API_VERSION = '2023-10-31';

0 commit comments

Comments
 (0)