Skip to content

Commit b2d027e

Browse files
authored
Merge pull request #3302 from amatsuda/ci
CI against Ruby 3.1 and 3.2
2 parents dc14827 + 128de6f commit b2d027e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
ruby:
1818
- 2.7
1919
- "3.0"
20+
- 3.1
21+
- 3.2
2022
gemfile:
2123
- gemfiles/Gemfile-rails.5.2.x
2224
- gemfiles/Gemfile-rails.6.0.x
@@ -26,6 +28,10 @@ jobs:
2628
gemfile: gemfiles/Gemfile-rails.6.1.x
2729
- ruby: "3.0"
2830
gemfile: gemfiles/Gemfile-rails.5.2.x
31+
- ruby: 3.1
32+
gemfile: gemfiles/Gemfile-rails.5.2.x
33+
- ruby: 3.2
34+
gemfile: gemfiles/Gemfile-rails.5.2.x
2935
experimental: [false]
3036
include:
3137
- ruby: 2.7
@@ -45,6 +51,7 @@ jobs:
4551
- uses: ruby/setup-ruby@v1
4652
with:
4753
ruby-version: ${{ matrix.ruby }}
54+
rubygems: latest
4855
bundler-cache: true # Run "bundle install", and cache the result automatically.
4956

5057
- name: Ruby specs

0 commit comments

Comments
 (0)