Skip to content

Commit

Permalink
Add Ruby 3.1.4 test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 2, 2024
1 parent 5a55213 commit fb66788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ jobs:
- "2.6.10"
- "2.7.8"
- "3.0.6"
- "3.1.4"
gemfile:
- gemfiles/activesupport_5_2.gemfile
- gemfiles/activesupport_6_0.gemfile
- gemfiles/activesupport_6_1.gemfile
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
Expand Down

0 comments on commit fb66788

Please sign in to comment.