Skip to content

Commit b9e3f01

Browse files
committed
CI against Ruby 3.0 x Rails 6
1 parent bc422bb commit b9e3f01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
3434
- ruby: 2.7
3535
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
36+
- ruby: '3.0'
37+
gemfile: "gemfiles/Gemfile.rails-6.0.x"
38+
- ruby: '3.0'
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"
3642
- ruby: 2.7
3743
gemfile: Gemfile
3844
allow-failure: true

0 commit comments

Comments
 (0)