diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 475e2d957..f9bb078e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: ruby: - - '2.7' - '3.0' + - '3.1' db: - mysql - postgresql diff --git a/.ruby-version b/.ruby-version index 9f55b2ccb..8c50098d8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0 +3.1 diff --git a/docker/develop/Dockerfile b/docker/develop/Dockerfile index 6a0e93cda..ccf705ac9 100644 --- a/docker/develop/Dockerfile +++ b/docker/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/amd64/ruby:3.0-slim-bullseye +FROM docker.io/amd64/ruby:3.1-slim-bullseye RUN DEBIAN_FRONTEND=noninteractive \ apt-get update && \