Skip to content

Commit c889674

Browse files
committed
[CI] Update test matrixes
1 parent 0d0bd38 commit c889674

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-
- 8.0.0-SNAPSHOT
3+
- 8.1-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 3.1

.github/workflows/main.yml renamed to .github/workflows/8.1.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: main
1+
name: 8.1
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.1
66
pull_request:
77
branches:
8-
- main
8+
- 8.1
99
jobs:
10-
test-main:
10+
test-8.1:
1111
env:
1212
TEST_ES_SERVER: http://localhost:9250
1313
PORT: 9250
@@ -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.1-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)