Skip to content

Commit

Permalink
[CI] Updates STACK_VERSION in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed May 14, 2024
1 parent abe525b commit bbd482c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
env:
RUBY_VERSION: "{{ matrix.ruby }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.13.0-SNAPSHOT
STACK_VERSION: 8.13.5-SNAPSHOT
TRANSPORT_VERSION: "{{ matrix.transport }}"
RUBY_SOURCE: "{{ matrix.ruby_source }}"
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.13.0-SNAPSHOT
stack-version: 8.13.5-SNAPSHOT
security-enabled: false
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit bbd482c

Please sign in to comment.