Skip to content

Commit ba5893b

Browse files
committed
Remove ruby 2.2 in favour of 2.6
1 parent 2877bc8 commit ba5893b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ dependencies:
1818
- openssl version
1919
- sudo ./test/bin/install-freetds.sh
2020
- tsql -C
21-
- rvm-exec 2.2.10 bundle install
2221
- rvm-exec 2.3.8 bundle install
2322
- rvm-exec 2.4.5 bundle install
2423
- rvm-exec 2.5.3 bundle install
24+
- rvm-exec 2.6.0 bundle install
2525

2626
database:
2727
override:
@@ -32,7 +32,7 @@ database:
3232

3333
test:
3434
override:
35-
- rvm-exec 2.2.10 bundle exec rake test
3635
- rvm-exec 2.3.8 bundle exec rake test
3736
- rvm-exec 2.4.5 bundle exec rake test
3837
- rvm-exec 2.5.3 bundle exec rake test
38+
- rvm-exec 2.6.0 bundle exec rake test

0 commit comments

Comments
 (0)