diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21b023bc..cb2afd76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,17 +24,21 @@ jobs: fail-fast: false matrix: ruby-version: - - 3.1.6 - 3.2.0 - - 3.2.4 + - 3.2.8 - 3.3.0 - 3.3.1 - 3.3.2 - 3.3.4 - 3.3.5 - 3.3.6 + - 3.3.7 + - 3.3.8 - 3.4.0 - 3.4.1 + - 3.4.2 + - 3.4.3 + - 3.4.4 database: [ mysql, postgres, sqlite ] services: mysql: diff --git a/solid_queue.gemspec b/solid_queue.gemspec index 17242ff9..14555953 100644 --- a/solid_queue.gemspec +++ b/solid_queue.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "UPGRADING.md"] end - spec.required_ruby_version = '>= 3.1' + spec.required_ruby_version = '>= 3.2' rails_version = ">= 7.1" spec.add_dependency "activerecord", rails_version