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

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


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

commit 409ed65dcc991f49744b6f8a9f74d94e3b29ce50
Author: Tim Perkins <[email protected]>
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
 

Reply via email to