Skip to content

Commit 1670661

Browse files
committed
[CI] Updates Stack version in test matrices
1 parent d78201c commit 1670661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2.0-SNAPSHOT
3+
- 8.3.0-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 3.1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: main
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.3
66
pull_request:
77
branches:
8-
- main
8+
- 8.3
99
jobs:
1010
test-main:
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: 8.2.0-SNAPSHOT
29+
stack-version: 8.3.0-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)