Pin ruby version in ci

This commit is contained in:
Hakan Ensari 2020-04-01 21:10:17 +01:00
parent 3ff98a244e
commit da28f75ac2

View File

@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ruby:2.7 image: ruby:2.7.1
services: services:
postgres: postgres:
image: postgres:12 image: postgres:12