Add ruby 2.7, drop ruby 2.5

This commit is contained in:
Benjamin Neff 2022-07-17 21:08:21 +02:00
parent 3bb9b9a18d
commit c1c9469840
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.7
- 2.6
- 2.5
db:
- mysql
- postgresql

View file

@ -1 +1 @@
2.6
2.7

View file

@ -1,4 +1,4 @@
FROM ruby:2.6-slim-buster
FROM ruby:2.7-slim-buster
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \