Skip to content

Commit

Permalink
DEV: bump required ruby version to >= 2.6 (#214)
Browse files Browse the repository at this point in the history
* bump required ruby version to 2.6
* removes Ruby 2.5 from CI
  • Loading branch information
tisba committed Jul 12, 2021
1 parent 496f829 commit 05c27e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,7 +1,6 @@
language: ruby
os: linux
rvm:
- 2.5
- 2.6
- 2.7
- 3.0
Expand All @@ -11,9 +10,6 @@ arch:
- arm64
jobs:
include:
- rvm: 2.5
os: osx
osx_image: xcode9.4
- rvm: 2.6
os: osx
osx_image: xcode11.3
Expand Down
2 changes: 1 addition & 1 deletion mini_racer.gemspec
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|

spec.extensions = ["ext/mini_racer_loader/extconf.rb", "ext/mini_racer_extension/extconf.rb"]

spec.required_ruby_version = '>= 2.5'
spec.required_ruby_version = '>= 2.6'
end

0 comments on commit 05c27e8

Please sign in to comment.