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.
1 parent b9e3f01 commit 55bd51cCopy full SHA for 55bd51c
.github/workflows/ci.yml
@@ -39,12 +39,21 @@ jobs:
39
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
40
- ruby: '3.0'
41
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
42
+ - ruby: 3.1
43
+ gemfile: "gemfiles/Gemfile.rails-6.0.x"
44
45
+ gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
46
47
+ gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
48
- ruby: 2.7
49
gemfile: Gemfile
50
allow-failure: true
51
52
53
54
+ - ruby: '3.1'
55
+ gemfile: Gemfile
56
+ allow-failure: true
57
- ruby: head
58
59
0 commit comments