File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
env :
6
6
RUBY_VERSION : " {{ matrix.ruby }}"
7
7
TEST_SUITE : " {{ matrix.suite }}"
8
- STACK_VERSION : 8.14 .0-SNAPSHOT
8
+ STACK_VERSION : 8.15 .0-SNAPSHOT
9
9
TRANSPORT_VERSION : " {{ matrix.transport }}"
10
10
RUBY_SOURCE : " {{ matrix.ruby_source }}"
11
11
matrix :
Original file line number Diff line number Diff line change 26
26
sudo sysctl -w vm.max_map_count=262144
27
27
- uses : elastic/elastic-github-actions/elasticsearch@master
28
28
with :
29
- stack-version : 8.14 .0-SNAPSHOT
29
+ stack-version : 8.15 .0-SNAPSHOT
30
30
security-enabled : false
31
31
- uses : ruby/setup-ruby@v1
32
32
with :
40
40
- name : elasticsearch
41
41
run : cd elasticsearch && bundle exec rake test:all
42
42
- name : elasticsearch-api
43
- run : rake elasticsearch:download_artifacts[8.14 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
43
+ run : rake elasticsearch:download_artifacts[8.15 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
Original file line number Diff line number Diff line change 28
28
sudo sysctl -w vm.max_map_count=262144
29
29
- uses : elastic/elastic-github-actions/elasticsearch@master
30
30
with :
31
- stack-version : 8.14 .0-SNAPSHOT
31
+ stack-version : 8.15 .0-SNAPSHOT
32
32
security-enabled : false
33
33
- uses : ruby/setup-ruby@v1
34
34
with :
42
42
- name : elasticsearch
43
43
run : cd elasticsearch && bundle exec rake test:all
44
44
- name : elasticsearch-api
45
- run : rake elasticsearch:download_artifacts[8.14 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
45
+ run : rake elasticsearch:download_artifacts[8.15 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
You can’t perform that action at this time.
0 commit comments