Skip to content

Commit 7cc3b0c

Browse files
committed
Exclude jruby-head with Rails main
Because jruby-head supports Ruby 2.6, not Ruby 2.7. https://travis-ci.com/github/rsim/ruby-plsql/jobs/501530472 ``` activesupport-7.0.0.alpha requires ruby version >= 2.7.0, which is incompatible with the current version, ruby 2.6.5p0 (jruby 9.3.0.0-SNAPSHOT) ```
1 parent a45bb54 commit 7cc3b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ gemfile:
5252

5353
matrix:
5454
exclude:
55+
- gemfile: gemfiles/Gemfile.activerecord-main
56+
rvm: jruby-head
5557
- gemfile: gemfiles/Gemfile.activerecord-main
5658
rvm: jruby-9.2.17.0
5759
- gemfile: gemfiles/Gemfile.activerecord-main

0 commit comments

Comments
 (0)