Skip to content

Commit 05bb4f4

Browse files
committed
[CI] Sets STACK_VERSION to latest, security disabled
1 parent 33be9c6 commit 05bb4f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0-SNAPSHOT
29+
stack-version: 9.0.0-SNAPSHOT
30+
security-enabled: false
3031
- uses: ruby/setup-ruby@v1
3132
with:
3233
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)