Skip to content

Commit 676eedd

Browse files
committed
[CI] Update test matrix for 7.15
1 parent d3b6b92 commit 676eedd

File tree

3 files changed

+5
-46
lines changed

3 files changed

+5
-46
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 7.x-SNAPSHOT
3+
- 7.15.0-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 3.0

.github/workflows/7.x.yml renamed to .github/workflows/7.15.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 7.x
1+
name: 7.15
22
on:
33
push:
44
branches:
5-
- 7.x
5+
- 7.15
66
pull_request:
77
branches:
8-
- 7.x
8+
- 7.15
99
jobs:
1010
test-ruby:
1111
env:
@@ -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: 7.x-SNAPSHOT
29+
stack-version: 7.15.0-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

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

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)