Skip to content

Commit

Permalink
[CI] Updates 8.x versions in stack test matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 30, 2024
1 parent 99052a8 commit 2c38fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ steps:
skip: true
# Compatibility tests for 8.x:
- with:
stack_version: "8.10-SNAPSHOT"
stack_version: "8.12-SNAPSHOT"
suite: "free"
ruby: "3.2"
- with:
stack_version: "8.10-SNAPSHOT"
stack_version: "8.12-SNAPSHOT"
suite: "platinum"
ruby: "3.2"
command: ./.buildkite/run-tests.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/7.17-8.x.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.9-SNAPSHOT
stack-version: 8.12-SNAPSHOT
security-enabled: false
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2c38fe3

Please sign in to comment.