Skip to content

Commit

Permalink
Updates version to 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 23, 2023
1 parent 2490e96 commit 4b5c0a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
STACK_VERSION:
- 8.8-SNAPSHOT
- 8.9-SNAPSHOT

PHP_VERSION:
- 8.2-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
php-version: [7.4, 8.0, 8.1, 8.2]
os: [ubuntu-latest]
es-version: [8.8-SNAPSHOT]
es-version: [8.9-SNAPSHOT]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
final class Client implements ClientInterface
{
const CLIENT_NAME = 'es';
const VERSION = '8.8.0';
const VERSION = '8.9.0';
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';

use ClientEndpointsTrait;
Expand Down

0 comments on commit 4b5c0a7

Please sign in to comment.