File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,6 @@ if [[ "$CMD" == "bump" ]]; then
161
161
# Change version to src/Client.php
162
162
sed -i " s/const VERSION = '[0-9]\+\.[0-9]\+\.[0-9]\+'/const VERSION = '$VERSION '/" $repo /src/Client.php
163
163
164
- # Change version to .github/workflows/unified-release.yml
165
- sed -i " s/[0-9]\+\.[0-9]\+\.[0-9]\+-SNAPSHOT/$VERSION -SNAPSHOT/" $repo /.github/workflows/unified-release.yml
166
-
167
164
MINOR_VERSION=` echo $VERSION | grep -Eo " [0-9]+.[0-9]+" `
168
165
169
166
# Change version to .ci/test-matrix.yml
183
180
184
181
if [[ " $CMD " == " examplesgen" ]]; then
185
182
echo " TODO"
186
- fi
183
+ fi
Original file line number Diff line number Diff line change 1
1
---
2
2
STACK_VERSION :
3
- - 8.4 -SNAPSHOT
3
+ - 8.5 -SNAPSHOT
4
4
5
5
PHP_VERSION :
6
6
- 8.1-cli
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
php-version : [7.4, 8.0, 8.1]
13
13
os : [ubuntu-latest]
14
- es-version : [8.4 -SNAPSHOT]
14
+ es-version : [8.5 -SNAPSHOT]
15
15
16
16
steps :
17
17
- name : Checkout
Original file line number Diff line number Diff line change 28
28
final class Client implements ClientInterface
29
29
{
30
30
const CLIENT_NAME = 'es ' ;
31
- const VERSION = '8.5.1 ' ;
31
+ const VERSION = '8.5.2 ' ;
32
32
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8 ' ;
33
33
34
34
use ClientEndpointsTrait;
You can’t perform that action at this time.
0 commit comments