Skip to content

Commit 3af3112

Browse files
author
Bart de Water
committed
Test Rails 6.1 on CI
1 parent c9d098c commit 3af3112

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby: [2.6, 2.7, 3.0]
17-
gemfile: [rails_5_2, rails_6_0, rails_edge]
17+
gemfile: [rails_5_2, rails_6_0, rails_6_1, rails_edge]
1818
exclude:
1919
- ruby: 2.6
2020
gemfile: rails_edge

gemfiles/rails_6_1.gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# frozen_string_literal: true
2+
3+
eval_gemfile "../Gemfile"
4+
5+
gem "activejob", "~> 6.1.0"
6+
gem "activerecord", "~> 6.1.0"

0 commit comments

Comments
 (0)