Skip to content

Commit 0939ebf

Browse files
committed
[CI] Updates test versions
1 parent 62756a8 commit 0939ebf

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
RUBY_VERSION: "{{ matrix.ruby }}"
77
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: 8.9.0-SNAPSHOT
8+
STACK_VERSION: 8.9-SNAPSHOT
99
matrix:
1010
setup:
1111
suite:

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: main
1+
name: 8.9
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.9
66
pull_request:
77
branches:
8-
- main
8+
- 8.9
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.9.0-SNAPSHOT
29+
stack-version: 8.9-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

.github/workflows/unified-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
name: Assemble
1919
runs-on: ubuntu-latest
2020
env:
21-
stack-version: 8.8.0-SNAPSHOT
21+
stack-version: 8.9-SNAPSHOT
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v2
2525
- name: Assemble ${{ env.STACK_VERSION }}
2626
run: "./.ci/make.sh assemble ${{ env.stack-version }}"
27-

0 commit comments

Comments
 (0)