We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3aad2e commit 3dce70aCopy full SHA for 3dce70a
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
ELASTICSEARCH_VERSION:
3
-- 7.x-SNAPSHOT
+- 7.8-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 2.7
.github/workflows/7.x.yml
@@ -3,6 +3,7 @@ on:
push:
branches:
- 7.x
+ - 7.8
7
pull_request:
8
9
@@ -25,7 +26,7 @@ jobs:
25
26
sudo sysctl -w vm.max_map_count=262144
27
- uses: elastic/elastic-github-actions/elasticsearch@master
28
with:
- stack-version: 7.x-SNAPSHOT
29
+ stack-version: 7.8-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments