Skip to content

Commit

Permalink
Bumps main to 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Jun 23, 2023
1 parent 2490e96 commit f93619a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10-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.10-SNAPSHOT]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
stack_version: ['8.9.0-SNAPSHOT']
stack_version: ['8.10.0-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.10.0';
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';

use ClientEndpointsTrait;
Expand Down

0 comments on commit f93619a

Please sign in to comment.