From c1c94698402543386ac581f47146f0b40140dc4e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 17 Jul 2022 21:08:21 +0200 Subject: [PATCH] Add ruby 2.7, drop ruby 2.5 --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- docker/develop/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c0964a1a..bd8fbefb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: ruby: + - 2.7 - 2.6 - - 2.5 db: - mysql - postgresql diff --git a/.ruby-version b/.ruby-version index 5154b3f68..1effb0034 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6 +2.7 diff --git a/docker/develop/Dockerfile b/docker/develop/Dockerfile index a33f8a08c..e0b7067f3 100644 --- a/docker/develop/Dockerfile +++ b/docker/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6-slim-buster +FROM ruby:2.7-slim-buster RUN DEBIAN_FRONTEND=noninteractive \ apt-get update && \