We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc14827 + 128de6f commit b2d027eCopy full SHA for b2d027e
.github/workflows/ruby.yml
@@ -17,6 +17,8 @@ jobs:
17
ruby:
18
- 2.7
19
- "3.0"
20
+ - 3.1
21
+ - 3.2
22
gemfile:
23
- gemfiles/Gemfile-rails.5.2.x
24
- gemfiles/Gemfile-rails.6.0.x
@@ -26,6 +28,10 @@ jobs:
26
28
gemfile: gemfiles/Gemfile-rails.6.1.x
27
29
- ruby: "3.0"
30
gemfile: gemfiles/Gemfile-rails.5.2.x
31
+ - ruby: 3.1
32
+ gemfile: gemfiles/Gemfile-rails.5.2.x
33
+ - ruby: 3.2
34
35
experimental: [false]
36
include:
37
- ruby: 2.7
@@ -45,6 +51,7 @@ jobs:
45
51
- uses: ruby/setup-ruby@v1
46
52
with:
47
53
ruby-version: ${{ matrix.ruby }}
54
+ rubygems: latest
48
55
bundler-cache: true # Run "bundle install", and cache the result automatically.
49
56
50
57
- name: Ruby specs
0 commit comments