Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-17 22:08:21 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-20 22:27:46 +0300
commitc1c94698402543386ac581f47146f0b40140dc4e (patch)
tree283b92cab13f836dac9dc57faa89b25db9c62b01
parent3bb9b9a18d6ead883d4dfc05cecff810ca322fd4 (diff)
Add ruby 2.7, drop ruby 2.5
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.ruby-version2
-rw-r--r--docker/develop/Dockerfile2
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 && \