Commit 8726e507 authored by Takuya Noguchi's avatar Takuya Noguchi

Replace Ruby 2.1/2.2/2.3 with Ruby latest in CI docs

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 62945ef8
...@@ -489,7 +489,7 @@ Look for the `[runners.docker]` section: ...@@ -489,7 +489,7 @@ Look for the `[runners.docker]` section:
```toml ```toml
[runners.docker] [runners.docker]
image = "ruby:2.1" image = "ruby:latest"
services = ["mysql:latest", "postgres:latest"] services = ["mysql:latest", "postgres:latest"]
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment