Skip to content

Commit 1ef2531

Browse files
committed
Update Ruby versions, drop 2.2 and 2.3
1 parent ccf604d commit 1ef2531

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ branches:
1919

2020
matrix:
2121
include:
22-
- rvm: 2.2.10
23-
jdk: oraclejdk8
24-
env: RAILS_VERSIONS=5.0
25-
26-
- rvm: 2.3.8
27-
jdk: oraclejdk8
28-
env: RAILS_VERSIONS=5.0
29-
3022
- rvm: 2.4.9
3123
jdk: oraclejdk8
3224
env: RAILS_VERSIONS=5.0
@@ -37,7 +29,7 @@ matrix:
3729

3830
- rvm: 2.6.5
3931
jdk: oraclejdk8
40-
env: RAILS_VERSIONS=4.0,5.0,6.0
32+
env: RAILS_VERSIONS=5.0,6.0
4133

4234
- rvm: 2.7.0
4335
jdk: oraclejdk8
@@ -65,9 +57,7 @@ env:
6557

6658
before_install:
6759
- source ./.ci/travis_before_script.sh
68-
- if [ $TRAVIS_RUBY_VERSION != "2.2.10" ]; then
69-
gem update --system;
70-
fi
60+
- gem update --system;
7161
- gem update bundler
7262
- gem --version
7363
- bundle version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Elasticsearch client and Ruby API is provided by the
1919

2020
## Compatibility
2121

22-
The libraries are compatible with Ruby 1.9.3 and higher.
22+
The libraries are compatible with Ruby 2.4 and higher.
2323

2424
The version numbers follow the Elasticsearch major versions. The `master` branch is compatible with
2525
the Elasticsearch `master` branch, therefore, with the next major version.

0 commit comments

Comments
 (0)