From fb667884b6f318837d3afb522022f60730a8652d Mon Sep 17 00:00:00 2001 From: Genki Sugawara Date: Tue, 2 Apr 2024 11:37:06 +0900 Subject: [PATCH] Add Ruby 3.1.4 test to CI --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37d5333..954f52e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: - "2.6.10" - "2.7.8" - "3.0.6" + - "3.1.4" gemfile: - gemfiles/activesupport_5_2.gemfile - gemfiles/activesupport_6_0.gemfile @@ -26,6 +27,8 @@ jobs: exclude: - ruby: "3.0.6" gemfile: gemfiles/activesupport_5_2.gemfile + - ruby: "3.1.4" + gemfile: gemfiles/activesupport_5_2.gemfile services: memcached_11211: image: memcached