Skip to content

Commit d8daa9f

Browse files
committed
Travis CI matrix add Ruby 2.5 and switch Mac OS X to Ruby 2.3 (ala High Sierra)
1 parent 6ec1566 commit d8daa9f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bundler_args: --without benchmarks development
55
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
66
before_install:
77
- gem --version
8-
- gem update --system 2.6.12
8+
- gem update --system 2.7.3
99
- gem update bundler
1010
- gem --version
1111
- bash .travis_setup.sh
@@ -18,6 +18,7 @@ addons:
1818
- mysql-client-core-5.6
1919
- mysql-client-5.6
2020
rvm:
21+
- 2.5
2122
- 2.4
2223
- 2.3
2324
- 2.2
@@ -72,7 +73,7 @@ matrix:
7273
hosts:
7374
- mysql2gem.example.com
7475
- os: osx
75-
rvm: system
76+
rvm: 2.3
7677
env: DB=mysql56
7778
addons:
7879
hosts:
@@ -86,7 +87,7 @@ matrix:
8687
allow_failures:
8788
- rvm: ruby-head
8889
- os: osx
89-
rvm: system
90+
rvm: 2.3
9091
env: DB=mysql56
9192
- rvm: 2.0.0
9293
env: DB=mysql51

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ As for field values themselves, I'm workin on it - but expect that soon.
523523

524524
This gem is tested with the following Ruby versions on Linux and Mac OS X:
525525

526-
* Ruby MRI 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x
526+
* Ruby MRI 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x, 2.5.x
527527
* Rubinius 2.x and 3.x do work but may fail under some workloads
528528

529529
This gem is tested with the following MySQL and MariaDB versions:

0 commit comments

Comments
 (0)