Skip to content

Commit

Permalink
ci: run tests against ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 29, 2022
1 parent aaeff6d commit 501ab01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
ruby:
- 3.1.0
- 3.0.3
- 2.7.5
- 2.6.9
Expand All @@ -38,6 +39,14 @@ jobs:
- redis_store
- active_support_redis_store
exclude:
- gemfile: rack_1
ruby: 3.1.0
- gemfile: rails_5_2
ruby: 3.1.0
- gemfile: rails_4_2
ruby: 3.1.0
- gemfile: dalli2
ruby: 3.1.0
- gemfile: rack_1
ruby: 3.0.3
- gemfile: rails_5_2
Expand Down

0 comments on commit 501ab01

Please sign in to comment.