Skip to content

Commit 5187281

Browse files
committed
Exclude CI against Rails main branch for all ruby versions
Since Active Record Oracle enhanced adapter has not support Rails main branch yet.
1 parent 0c58b5f commit 5187281

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@ gemfile:
5555

5656
matrix:
5757
exclude:
58+
- gemfile: gemfiles/Gemfile.activerecord-main
59+
rvm: 3.1.1
60+
- gemfile: gemfiles/Gemfile.activerecord-main
61+
rvm: 3.0.3
62+
- gemfile: gemfiles/Gemfile.activerecord-main
63+
rvm: 2.7.5
64+
- gemfile: gemfiles/Gemfile.activerecord-main
65+
rvm: 2.6.9
66+
- gemfile: gemfiles/Gemfile.activerecord-main
67+
rvm: 2.5.9
68+
- gemfile: gemfiles/Gemfile.activerecord-main
69+
rvm: 2.4.10
70+
- gemfile: gemfiles/Gemfile.activerecord-main
71+
rvm: 2.3.8
5872
- gemfile: gemfiles/Gemfile.activerecord-main
5973
rvm: jruby-head
6074
- gemfile: gemfiles/Gemfile.activerecord-main

0 commit comments

Comments
 (0)