Skip to content

Commit b2bd8c5

Browse files
committed
[CI] 7.x should use 7.x-SNAPSHOT
1 parent 7e860c0 commit b2bd8c5

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
ELASTICSEARCH_VERSION:
3-
- 7.6-SNAPSHOT
3+
- 7.x-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 2.7.0

.github/workflows/7.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo sysctl -w vm.max_map_count=262144
2626
- uses: elastic/elastic-github-actions/elasticsearch@master
2727
with:
28-
stack-version: 7.6-SNAPSHOT
28+
stack-version: 7.x-SNAPSHOT
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)