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 ac92622 commit 5055dc2Copy full SHA for 5055dc2
.github/workflows/CI.yml
@@ -28,13 +28,18 @@ jobs:
28
- rails_5
29
- rails_6
30
- rails_6.1
31
+ - rails_7
32
exclude:
33
- os: macos
34
ruby: head
35
- ruby: '3.0'
36
gemfile: rails_5
37
38
gemfile: rails_6
39
+ - ruby: '2.5'
40
+ gemfile: rails_7
41
+ - ruby: '2.6'
42
43
44
env:
45
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
gemfiles/rails_7.gemfile
@@ -0,0 +1,6 @@
1
+source "https://rubygems.org"
2
+
3
+gem "rails", github: "rails/rails", branch: "7-0-stable"
4
+gem "sqlite3"
5
6
+gemspec :path => "../"
0 commit comments