Skip to content

Commit 6dab91a

Browse files
committed
[CI] Drop support for Ruby 2.4 (EOL)
1 parent 34fcf99 commit 6dab91a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.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
- 2.7
77
- 2.6
88
- 2.5
9-
- 2.4
109

1110
TEST_SUITE:
1211
- oss

.github/workflows/7.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [ 2.4, 2.5, 2.6, 2.7 ]
16+
ruby: [ 2.5, 2.6, 2.7 ]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ matrix:
4040
jdk: oraclejdk8
4141
env: TEST_SUITE=client
4242

43-
- rvm: 2.4
44-
jdk: oraclejdk8
45-
env: TEST_SUITE=client
46-
4743
- rvm: jruby-9.2
4844
jdk: oraclejdk8
4945
env: TEST_SUITE=unit

0 commit comments

Comments
 (0)