Skip to content

Commit 30546ae

Browse files
committed
[CI] Updates Ruby versions in tests
1 parent a797725 commit 30546ae

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ steps:
1515
- "3.2"
1616
- "3.1"
1717
- "3.0"
18-
- "2.7"
19-
- "2.6"
2018
stack_version:
2119
- 7.17-SNAPSHOT
2220
adjustments:
@@ -29,14 +27,6 @@ steps:
2927
suite: "platinum"
3028
ruby: "3.0"
3129
skip: true
32-
- with:
33-
suite: "platinum"
34-
ruby: "2.7"
35-
skip: true
36-
- with:
37-
suite: "platinum"
38-
ruby: "2.6"
39-
skip: true
4030
# Compatibility tests for 8.x:
4131
- with:
4232
stack_version: "8.8-SNAPSHOT"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.1' ]
17+
ruby: [ '3.2' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/7.17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '2.6', '2.7', '3.0', '3.1', 'jruby-9.3' ]
17+
ruby: [ '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)