Skip to content

Commit c98e3c7

Browse files
committed
CI against Ruby 3.1
1 parent dc14827 commit c98e3c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
ruby:
1818
- 2.7
1919
- "3.0"
20+
- 3.1
2021
gemfile:
2122
- gemfiles/Gemfile-rails.5.2.x
2223
- gemfiles/Gemfile-rails.6.0.x
@@ -26,6 +27,8 @@ jobs:
2627
gemfile: gemfiles/Gemfile-rails.6.1.x
2728
- ruby: "3.0"
2829
gemfile: gemfiles/Gemfile-rails.5.2.x
30+
- ruby: 3.1
31+
gemfile: gemfiles/Gemfile-rails.5.2.x
2932
experimental: [false]
3033
include:
3134
- ruby: 2.7

0 commit comments

Comments
 (0)