Skip to content

Commit b88ff56

Browse files
committed
[CI] Updates stack version
1 parent 9db87be commit b88ff56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/test-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 8.7.0-SNAPSHOT
3+
- 8.7-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 3.2

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo sysctl -w vm.max_map_count=262144
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
29-
stack-version: 8.7.0-SNAPSHOT
29+
stack-version: 8.7-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Assemble
1919
runs-on: ubuntu-latest
2020
env:
21-
stack-version: 8.6.0-SNAPSHOT
21+
stack-version: 8.7-SNAPSHOT
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v2

0 commit comments

Comments
 (0)