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
153
153
fi
154
154
155
155
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
+
157
163
fi
158
164
159
165
if [[ " $CMD " == " codegen" ]]; then
Original file line number Diff line number Diff line change 56
56
sudo sysctl -w vm.max_map_count=262144
57
57
58
58
- 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 }}
65
62
66
63
- name : Integration tests
67
64
run : |
You can’t perform that action at this time.
0 commit comments