Skip to content

Commit 0486495

Browse files
committed
[CI] Target 7.7
1 parent fae35df commit 0486495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.x-SNAPSHOT
3+
- 7.7-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
@@ -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.x-SNAPSHOT
28+
stack-version: 7.7-SNAPSHOT
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ branches:
1818
env:
1919
global:
2020
- TEST_ES_SERVER=http://localhost:9250
21-
- ELASTICSEARCH_VERSION=7.6.2
21+
- ELASTICSEARCH_VERSION=7.7.0
2222

2323
matrix:
2424
include:

0 commit comments

Comments
 (0)