Skip to content

Commit 2bc1f2b

Browse files
committed
[CI] Updates Test Matrix for 8.0-SNAPSHOT
1 parent dba53bb commit 2bc1f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/test-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 8.0.0-SNAPSHOT
3+
- 8.0-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 3.1

.github/workflows/8.0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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: 8.0-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)