mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Add Ruby 3.1 to test matrix + dockerfile and drop EOL Ruby 2.6
This commit is contained in:
parent
80f832ac20
commit
577579ffdd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ruby-version:
|
||||
- '2.6'
|
||||
- '2.7'
|
||||
- '3.0'
|
||||
- '3.1'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.0.1-slim-buster
|
||||
FROM ruby:3.1.1-slim-buster
|
||||
|
||||
COPY ./ ./
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue