Skip to content

Commit 3b51dd5

Browse files
committed
[CI] Updates tested Ruby versions
1 parent 9163492 commit 3b51dd5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ steps:
1515
- "3.2"
1616
- "3.1"
1717
- "3.0"
18-
- "2.7"
1918
# Only run platinum once for the latest Ruby. You can use lots of combinations, check the
2019
# documentation on https://buildkite.com/docs/pipelines/build-matrix for more information.
2120
adjustments:

.ci/test-matrix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUBY_TEST_VERSION:
66
- 3.2
77
- 3.1
88
- 3.0
9-
- 2.7
109

1110
TEST_SUITE:
1211
- free

.github/workflows/main.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.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
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)