mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Enable ruby 3.0 on CI and switch default to 3.0
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -15,7 +15,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- 2.7
|
||||
- '2.7'
|
||||
- '3.0'
|
||||
db:
|
||||
- mysql
|
||||
- postgresql
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.7
|
||||
3.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/amd64/ruby:2.7-slim-bullseye
|
||||
FROM docker.io/amd64/ruby:3.0-slim-bullseye
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get update && \
|
||||
|
||||
Reference in New Issue
Block a user