Skip to content

Commit 13d3884

Browse files
committed
[CI] Fixes 8.x compatibility test GitHub Action
1 parent dc01c98 commit 13d3884

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/7.17-8.x.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: 7.x with 8.x
22
on:
33
push:
44
branches:
5-
- 7.x
5+
- 7.17
66
pull_request:
77
branches:
8-
- 7.x
8+
- 7.17
99
jobs:
1010
test-ruby:
1111
env:
@@ -26,7 +26,8 @@ jobs:
2626
sudo sysctl -w vm.max_map_count=262144
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
29-
stack-version: 8.0-SNAPSHOT
29+
stack-version: 8.5-SNAPSHOT
30+
security-enabled: false
3031
- uses: ruby/setup-ruby@v1
3132
with:
3233
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)