Skip to content

Commit ed7cd37

Browse files
committed
Merge from 8.3
2 parents 33b3a56 + d069ec2 commit ed7cd37

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.ci/make.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,13 @@ if [[ "$CMD" == "assemble" ]]; then
153153
fi
154154

155155
if [[ "$CMD" == "bump" ]]; then
156-
echo "TODO"
156+
# Change version to src/Client.php
157+
# sed -i "s/const VERSION = '[0-9]\+.[0-9]\+.[0-9]\+\(-dev\)\?'/const VERSION = '$VERSION'/g" $repo/src/Client.php
158+
159+
# Change version to .ci/test-matrix.yml
160+
161+
# Change version to .github/workflows/unified-release.yml
162+
157163
fi
158164

159165
if [[ "$CMD" == "codegen" ]]; then

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ jobs:
5656
sudo sysctl -w vm.max_map_count=262144
5757
5858
- name: Runs Elasticsearch ${{ matrix.es-version }}
59-
run: |
60-
.ci/run-elasticsearch.sh
61-
env:
62-
STACK_VERSION: ${{ matrix.es-version }}
63-
TEST_SUITE: platinum
64-
DETACH: true
59+
uses: elastic/elastic-github-actions/elasticsearch@trial-license
60+
with:
61+
stack-version: ${{ matrix.es-version }}
6562

6663
- name: Integration tests
6764
run: |

0 commit comments

Comments
 (0)