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 26394f6 commit 2a6ba9fCopy full SHA for 2a6ba9f
.buildkite/pipeline.yml
@@ -5,7 +5,7 @@ steps:
5
env:
6
RUBY_VERSION: "{{ matrix.ruby }}"
7
TEST_SUITE: "{{ matrix.suite }}"
8
- STACK_VERSION: 8.10.0-SNAPSHOT
+ STACK_VERSION: 8.10-SNAPSHOT
9
matrix:
10
setup:
11
suite:
.github/workflows/main.yml renamed to .github/workflows/8.10.yml
@@ -1,11 +1,11 @@
1
-name: main
+name: 8.10
2
on:
3
push:
4
branches:
- - main
+ - 8.10
pull_request:
jobs:
test-main:
@@ -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.10.0-SNAPSHOT
+ stack-version: 8.10-SNAPSHOT
30
security-enabled: false
31
- uses: ruby/setup-ruby@v1
32
0 commit comments