Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubies we test with to latest 2.5 and 2.6. #19414

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: xenial
language: ruby
rvm:
- 2.4.6
- 2.5.3
- 2.5.7
- 2.6.5
sudo: false
cache:
bundler: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
raise "Ruby versions < 2.4.0 are unsupported!" if RUBY_VERSION < "2.4.0"
raise "Ruby versions >= 2.6 are unsupported!" if RUBY_VERSION >= "2.6.0"
raise "Ruby versions >= 2.7.0 are unsupported!" if RUBY_VERSION >= "2.7.0"
Fryguy marked this conversation as resolved.
Show resolved Hide resolved

source 'https://rubygems.org'

Expand Down
49 changes: 0 additions & 49 deletions spec/lib/ruby_require_leak_spec.rb

This file was deleted.