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 1009cd4 commit a8f14c5Copy full SHA for a8f14c5
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 7.x-SNAPSHOT
+ - 7.13.0-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 3.0
.github/workflows/7.x.yml
@@ -1,11 +1,11 @@
-name: 7.x
+name: 7.13
on:
push:
branches:
- - 7.x
+ - 7.13
pull_request:
7
8
9
jobs:
10
test-ruby:
11
env:
@@ -26,7 +26,7 @@ jobs:
26
sudo sysctl -w vm.max_map_count=262144
27
- uses: elastic/elastic-github-actions/elasticsearch@master
28
with:
29
- stack-version: 7.x-SNAPSHOT
+ stack-version: 7.13.0-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments