Skip to content

Commit 0017df5

Browse files
committed
[CI] Updates 8.x version in Test Matrix
1 parent 947cbce commit 0017df5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci/test-matrix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
STACK_VERSION:
33
- 7.17-SNAPSHOT
4-
- 8.0.0-SNAPSHOT
4+
- 8.0-SNAPSHOT
55

66
RUBY_TEST_VERSION:
77
- 3.1
@@ -14,9 +14,9 @@ TEST_SUITE:
1414
- platinum
1515

1616
exclude:
17-
- STACK_VERSION: 8.0.0-SNAPSHOT
17+
- STACK_VERSION: 8.0-SNAPSHOT
1818
RUBY_TEST_VERSION: 3.0
19-
- STACK_VERSION: 8.0.0-SNAPSHOT
19+
- STACK_VERSION: 8.0-SNAPSHOT
2020
RUBY_TEST_VERSION: 2.7
21-
- STACK_VERSION: 8.0.0-SNAPSHOT
21+
- STACK_VERSION: 8.0-SNAPSHOT
2222
RUBY_TEST_VERSION: 2.6

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

Lines changed: 1 addition & 1 deletion
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)