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 957826d commit 1172e9cCopy full SHA for 1172e9c
.github/workflows/ci.yml
@@ -19,6 +19,15 @@ jobs:
19
- Gemfile.rails-6.1-stable
20
- Gemfile.rails-7.0-stable
21
ruby-version: ['3.1', '3.0', '2.7']
22
+ exclude:
23
+ - gemfile: Gemfile.rails-6.0-stable
24
+ ruby-version: "3.0"
25
26
+ ruby-version: "3.1"
27
+ - gemfile: Gemfile.rails-5.2-stable
28
29
30
31
env:
32
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}
33
steps:
0 commit comments