Skip to content

Commit

Permalink
Merge pull request #39 from jmhodges/grosser/ci
Browse files Browse the repository at this point in the history
drop eol rubies + update to 3.4
  • Loading branch information
grosser authored Jan 5, 2025
2 parents d2cc959 + d78fc19 commit e534ed0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build
name: test

on: [pull_request]
on:
pull_request:

jobs:
test:
Expand All @@ -13,9 +14,6 @@ jobs:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.4.1
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ GEM
maxitest (5.8.0)
minitest (>= 5.14.0, < 5.26.0)
minitest (5.25.4)
rake (13.0.6)
rake (13.2.1)

PLATFORMS
arm64-darwin-21
arm64-darwin-23
arm64-darwin-24
x86_64-linux

Expand All @@ -18,4 +19,4 @@ DEPENDENCIES
rake

BUNDLED WITH
2.3.12
2.6.2
2 changes: 1 addition & 1 deletion rchardet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Gem::Specification.new "rchardet", CharDet::VERSION do |s|
s.summary = "Character encoding auto-detection in Ruby. As smart as your browser. Open source."
s.files = Dir["lib/**/*", "LGPL-LICENSE.txt"]
s.license = "LGPL"
s.required_ruby_version = ">= 2.6.0"
s.required_ruby_version = ">= 3.0.0"
end

0 comments on commit e534ed0

Please sign in to comment.