File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sudo: false
33cache : bundler
44
55rvm :
6+ - 2.7.2
67 - 2.6.5
78 - 2.5.7
89 - ruby-head
@@ -48,6 +49,10 @@ matrix:
4849 env : BRANCH=5-2-stable
4950 - rvm : 2.6.5
5051 env : BRANCH=6-0-stable
52+ - rvm : 2.7.2
53+ env : BRANCH=6-0-stable
54+ - rvm : 2.7.2
55+ env : BRANCH=6-1-stable
5156
5257notifications :
5358 email : false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source "https://rubygems.org"
44
55git_source ( :github ) { |repo | "https://github.com/#{ repo } " }
66
7- branch = ENV . fetch ( "BRANCH" , "master " )
7+ branch = ENV . fetch ( "BRANCH" , "main " )
88gem "activesupport" , github : "rails/rails" , branch : branch
99gem "activemodel" , github : "rails/rails" , branch : branch
1010gem "activejob" , github : "rails/rails" , branch : branch
You can’t perform that action at this time.
0 commit comments