From a9e2eb6b9d5a3137cd47042aa31bad5ce4682f8b Mon Sep 17 00:00:00 2001 From: Jonas Thiel Date: Thu, 23 Feb 2023 17:36:49 +0100 Subject: [PATCH] Switch to Ruby 3.0 --- .github/workflows/build.yml | 1 + .ruby-version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 828afc5..562f460 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ jobs: ruby-version: - "2.6" - "2.7" + - "3.0" - "jruby-9.3.10.0" steps: - uses: actions/checkout@v3 diff --git a/.ruby-version b/.ruby-version index 860487c..eca690e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.1 +3.0.5