File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,13 @@ if [[ "$CMD" == "assemble" ]]; then
153153fi
154154
155155if [[ " $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+
157163fi
158164
159165if [[ " $CMD " == " codegen" ]]; then
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments