diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42edd97..eadf380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: strategy: matrix: ruby-version: - - '2.6' - '2.7' - '3.0' + - '3.1' steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index ceaa74e..a38235d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0.1-slim-buster +FROM ruby:3.1.1-slim-buster COPY ./ ./