From 1424f7b0ff768d6e70f9ebfa08f76f354c2f5849 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Tue, 8 Mar 2022 00:35:39 +0100 Subject: [PATCH] Add ruby 3.1 to CI --- .github/workflows/ci.yml | 1 + .ruby-version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ee78d..99687e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: fail-fast: false matrix: ruby: + - 3.1 - 3.0 - 2.7 gemfile: diff --git a/.ruby-version b/.ruby-version index 9f55b2c..8c50098 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0 +3.1