Add Ruby 3.1 to test matrix + dockerfile and drop EOL Ruby 2.6

This commit is contained in:
Jake Spain 2022-04-01 11:35:55 -04:00
parent 80f832ac20
commit 577579ffdd
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 2 additions and 2 deletions

View file

@ -19,9 +19,9 @@ jobs:
strategy: strategy:
matrix: matrix:
ruby-version: ruby-version:
- '2.6'
- '2.7' - '2.7'
- '3.0' - '3.0'
- '3.1'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -1,4 +1,4 @@
FROM ruby:3.0.1-slim-buster FROM ruby:3.1.1-slim-buster
COPY ./ ./ COPY ./ ./