Skip to content

Commit 47f313b

Browse files
committed
Merge branch 'gjuric-patch-1'
2 parents 31e1fbb + fb87fc8 commit 47f313b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 8.9-SNAPSHOT
3+
- 8.8-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.2-cli

.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: [7.4, 8.0, 8.1, 8.2]
1313
os: [ubuntu-latest]
14-
es-version: [8.9-SNAPSHOT]
14+
es-version: [8.8-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.4 || ^8.0",
1414
"elastic/transport": "^8.7",
1515
"psr/http-client": "^1.0",
16-
"psr/http-message": "^1.0",
16+
"psr/http-message": "^1.0 || ^2.0",
1717
"psr/log": "^1|^2|^3",
1818
"guzzlehttp/guzzle": "^7.0"
1919
},

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class Client implements ClientInterface
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.9.0';
31+
const VERSION = '8.8.0';
3232
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
3333

3434
use ClientEndpointsTrait;

0 commit comments

Comments
 (0)