From 78a626c810ff6298255c85427495dc985ca8738f Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Mon, 7 Feb 2022 14:57:57 -0600 Subject: [PATCH] chore: upgrade supported language versions --- .github/workflows/test-and-deploy.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 6b4ce7294..b687c15df 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby-9.2 ] + ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'jruby-9.2' ] steps: - name: Checkout twilio-ruby uses: actions/checkout@v2 diff --git a/README.md b/README.md index 31cf6caa4..bc500ce4d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This library supports the following Ruby implementations: * Ruby 2.6 * Ruby 2.7 * Ruby 3.0 +* Ruby 3.1 ### Migrating from 4.x