Skip to content

Commit

Permalink
Increment ruby version
Browse files Browse the repository at this point in the history
Standard requires ruby 3.0
  • Loading branch information
himynameisjonas committed Oct 28, 2024
1 parent c99cac0 commit e3a3c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: true
matrix:
ruby:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
experimental: [false]
include:
- ruby: head
Expand All @@ -35,7 +35,7 @@ jobs:
bundler: 2

- name: bundle install
run: bundle install --jobs 4 --retry 3
run: bundle install --jobs 4 --retry 3

- name: test
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion mail-ses.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "info@tablecheck.com"
s.files = Dir.glob("lib/**/*") + %w[CHANGELOG.md LICENSE README.md]
s.homepage = "https://github.com/tablecheck/mail-ses"
s.required_ruby_version = ">= 2.6.0"
s.required_ruby_version = ">= 3.0.0"

s.add_dependency("aws-sdk-sesv2", ">= 1.27")
s.add_dependency("mail", ">= 2.8.1")
Expand Down

0 comments on commit e3a3c1a

Please sign in to comment.