1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

circle: test against stable Ruby 2.7

This commit is contained in:
Kyrylo Silin 2020-03-17 17:39:42 +08:00
parent 62c8951374
commit 039be1fbef

View file

@ -131,7 +131,7 @@ jobs:
- <<: *unit
"ruby-2.7":
docker:
- image: circleci/ruby:2.7.0-preview1
- image: circleci/ruby:2.7.0
working_directory: ~/pry
steps:
- <<: *repo_restore_cache