From 577579ffdd4fe31940a717f7d95b4bdeb5731bbd Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Fri, 1 Apr 2022 11:35:55 -0400 Subject: [PATCH] Add Ruby 3.1 to test matrix + dockerfile and drop EOL Ruby 2.6 --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ./ ./