mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 07:08:07 -05:00
Add ruby 2.7, drop ruby 2.5
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- 2.7
|
||||
- 2.6
|
||||
- 2.5
|
||||
db:
|
||||
- mysql
|
||||
- postgresql
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.6
|
||||
2.7
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.6-slim-buster
|
||||
FROM ruby:2.7-slim-buster
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get update && \
|
||||
|
||||
Reference in New Issue
Block a user