Skip to content

Commit eec1cf0

Browse files
committed
[CI] Updates Stack and Ruby version in testing
1 parent ae9b42e commit eec1cf0

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ steps:
1212
- "free"
1313
- "platinum"
1414
ruby:
15+
- "4.0"
16+
- "3.4"
1517
- "3.3"
1618
- "3.2"
17-
- "3.1"
18-
- "3.0"
1919
stack_version:
20-
- 7.17-SNAPSHOT
20+
- 7.17.30-SNAPSHOT
2121
adjustments:
2222
# Skip platinum for all but Ruby 3.3:
2323
- with:
@@ -26,11 +26,11 @@ steps:
2626
skip: true
2727
- with:
2828
suite: "platinum"
29-
ruby: "3.1"
29+
ruby: "3.3"
3030
skip: true
3131
- with:
3232
suite: "platinum"
33-
ruby: "3.0"
33+
ruby: "3.4"
3434
skip: true
3535
command: ./.buildkite/run-tests.sh
3636
artifact_paths: "elasticsearch-api/tmp/*"
@@ -39,9 +39,9 @@ steps:
3939
agents:
4040
provider: "gcp"
4141
env:
42-
RUBY_VERSION: "3.3"
42+
RUBY_VERSION: "3.4"
4343
TEST_SUITE: "{{ matrix.suite }}"
44-
STACK_VERSION: 8.16.0-SNAPSHOT
44+
STACK_VERSION: 8.19.11-SNAPSHOT
4545
matrix:
4646
setup:
4747
suite:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.2' ]
17+
ruby: [ '3.4' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
@@ -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.16.0-SNAPSHOT
29+
stack-version: 8.19.11-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

.github/workflows/7.17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: [ '3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
@@ -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.17-SNAPSHOT
29+
stack-version: 7.17.30-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: 3
10+
ruby-version: '3.4'
1111
- name: Check license headers
1212
run: |
1313
ruby ./.github/check_license_headers.rb

0 commit comments

Comments
 (0)