Merge pull request #159 from puppetlabs/bump-ruby

(maint) Add Ruby 3.1 to test matrix + dockerfile and drop EOL Ruby 2.6
This commit is contained in:
Samuel 2022-04-04 10:42:29 -05:00 committed by GitHub
commit 7108af4079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ./ ./