Use ruby 2.6

This commit is contained in:
gregoirenovel 2018-12-24 18:10:27 +01:00 committed by Mathieu Magnin
parent 8124035800
commit 6ae5ffb2c6
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/tps
docker:
- image: circleci/ruby:2.5.0-node-browsers
- image: circleci/ruby:2.6.0-node-browsers
- image: circleci/postgres:9.5
environment:
POSTGRES_USER: tps_test

View file

@ -1 +1 @@
2.5.0
2.6.0