From 07e69db35ccdc7b4c8b350d40c0593fdba0af805 Mon Sep 17 00:00:00 2001 From: Tim Perkins Date: Sun, 2 Jan 2022 10:07:14 -0500 Subject: [PATCH] AVRO-3277: Test against Ruby 3.1 --- .github/workflows/test-lang-ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-lang-ruby.yml b/.github/workflows/test-lang-ruby.yml index 8f4f5076b89..e7b59e0cfc0 100644 --- a/.github/workflows/test-lang-ruby.yml +++ b/.github/workflows/test-lang-ruby.yml @@ -38,6 +38,7 @@ jobs: - '2.6' - '2.7' - '3.0' + - '3.1' steps: - uses: actions/checkout@v2 @@ -77,6 +78,7 @@ jobs: - '2.6' - '2.7' - '3.0' + - '3.1' steps: - uses: actions/checkout@v2