chore(ci): bump Ruby versions (#385)

Merge pull request 385
This commit is contained in:
Frank Taillandier 2020-04-13 13:15:37 +02:00 committed by GitHub
parent 38ef0bea22
commit cdbc366129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.4
- 2.6
- 2.5
- 2.7
before_install:
- gem update --system
@ -14,5 +14,5 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- JEKYLL_VERSION="~> 3.3"
- JEKYLL_VERSION="~> 3.8"
- JEKYLL_VERSION="~> 4.0"