We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba53bb commit 2bc1f2bCopy full SHA for 2bc1f2b
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 8.0.0-SNAPSHOT
+ - 8.0-SNAPSHOT
4
5
RUBY_TEST_VERSION:
6
- 3.1
.github/workflows/8.0.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo sysctl -w vm.max_map_count=262144
27
- uses: elastic/elastic-github-actions/elasticsearch@master
28
with:
29
- stack-version: 8.0.0-SNAPSHOT
+ stack-version: 8.0-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments