You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by tj...@apache.org on 2022/01/05 11:46:18 UTC

[avro] branch branch-1.11 updated: AVRO-3277: Test against Ruby 3.1 (#1441)

This is an automated email from the ASF dual-hosted git repository.

tjwp pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 1dc8952  AVRO-3277: Test against Ruby 3.1 (#1441)
1dc8952 is described below

commit 1dc89523d47461fa5fe0eaf57ec9e53c85e642fc
Author: Tim Perkins <tj...@users.noreply.github.com>
AuthorDate: Wed Jan 5 06:36:03 2022 -0500

    AVRO-3277: Test against Ruby 3.1 (#1441)
---
 .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 8f4f507..e7b59e0 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