diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:09:37 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:09:37 +0500 |
commit | 601337ae2543d24dff91b894267cf5caf0a5d6c8 (patch) | |
tree | d7a6fd7016fa0e416edde58f55f877f2596e68fb /.github/workflows | |
parent | bump dependencies (diff) | |
download | jekyll-theme-601337ae2543d24dff91b894267cf5caf0a5d6c8.tar.gz jekyll-theme-601337ae2543d24dff91b894267cf5caf0a5d6c8.zip |
this nokogiri version requires Ruby >= 2.6
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2962fb7..be607f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - ruby-version: [2.5, 2.6, 2.7] + ruby-version: [2.6, 2.7] version: [Gemfile, latest] include: - {version: Gemfile, gemfile: Gemfile} |