Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit a9b7989

Browse files
committed
CI: update Ruby test matrix
- Remove v2.7: rubocop >= 1.51.0 depends on Ruby >= 2.7.0 - Add modern Ruby versions
1 parent 56c3a34 commit a9b7989

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
ruby:
106-
- ruby-2.6
107106
- ruby-2.7
108107
- ruby-3.0
109108
- ruby-3.1
109+
- ruby-3.2
110+
- ruby-3.3
110111

111112
steps:
112113
- uses: actions/checkout@v3

duffel_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "A Ruby client for interacting with the Duffel API"
1212
spec.homepage = "https://github.com/duffelhq/duffel-api-ruby"
1313
spec.license = "MIT"
14-
spec.required_ruby_version = ">= 2.6.0"
14+
spec.required_ruby_version = ">= 2.7.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)