Skip to content

Commit dd0ee44

Browse files
committed
[CI] Lock Stack version
1 parent 521a6ee commit dd0ee44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 7.x-SNAPSHOT
3+
- 7.12.0-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 2.7

.github/workflows/7.x.yml

Lines changed: 1 addition & 1 deletion
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: 7.x-SNAPSHOT
29+
stack-version: 7.12.0-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)