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 d78201c commit 1670661Copy full SHA for 1670661
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 8.2.0-SNAPSHOT
+ - 8.3.0-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 3.1
.github/workflows/main.yml renamed to .github/workflows/8.3.yml
@@ -2,10 +2,10 @@ name: main
on:
push:
branches:
- - main
+ - 8.3
pull_request:
7
8
9
jobs:
10
test-main:
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: 8.2.0-SNAPSHOT
+ stack-version: 8.3.0-SNAPSHOT
30
security-enabled: false
31
- uses: ruby/setup-ruby@v1
32
0 commit comments