Add Ruby 3.1 to CI

Also quote 3.0 so it isn't truncated to 3.  Because of this truncation, an unquoted 3.0 loads the latest Ruby 3 - at this time 3.1.0 - as opposed to a 3.0.x version.  Adding quotes resolves this issue.
This commit is contained in:
Peter Goldstein 2022-02-04 09:10:42 -08:00
parent 792a0fa3ab
commit 9fd87fe744
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ jobs:
ruby_version:
- 2.5
- 2.7
- 3.0
- '3.0'
- 3.1
jekyll_version:
- "~> 4.0"
steps: