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 0d0bd38 commit c889674Copy full SHA for c889674
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 8.0.0-SNAPSHOT
+ - 8.1-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 3.1
.github/workflows/main.yml renamed to .github/workflows/8.1.yml
@@ -1,13 +1,13 @@
-name: main
+name: 8.1
on:
push:
branches:
- - main
+ - 8.1
pull_request:
7
8
9
jobs:
10
- test-main:
+ test-8.1:
11
env:
12
TEST_ES_SERVER: http://localhost:9250
13
PORT: 9250
@@ -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: 8.0.0-SNAPSHOT
+ stack-version: 8.1-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments