diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 12:21:52 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 12:22:05 +0500 |
commit | fa00f4bc01272fc9933a88db5974f8d6ea8f6d78 (patch) | |
tree | 3271775c01d35e8f7c727d57b2e8f7344547bdec /.github/workflows | |
parent | bump dependencies (diff) | |
download | wireguard-config-fa00f4bc01272fc9933a88db5974f8d6ea8f6d78.tar.gz wireguard-config-fa00f4bc01272fc9933a88db5974f8d6ea8f6d78.zip |
this nokogiri version requires Ruby >= 2.6
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9c06448..b506038 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [2.5, 2.6, 2.7] + ruby-version: [2.6, 2.7] version: [Gemfile, latest] include: - {version: Gemfile, gemfile: Gemfile} |