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 dc01c98 commit 13d3884Copy full SHA for 13d3884
.github/workflows/7.17-8.x.yml
@@ -2,10 +2,10 @@ name: 7.x with 8.x
2
on:
3
push:
4
branches:
5
- - 7.x
+ - 7.17
6
pull_request:
7
8
9
jobs:
10
test-ruby:
11
env:
@@ -26,7 +26,8 @@ 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-SNAPSHOT
+ stack-version: 8.5-SNAPSHOT
30
+ security-enabled: false
31
- uses: ruby/setup-ruby@v1
32
33
ruby-version: ${{ matrix.ruby }}
0 commit comments