diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61d087d..0c96e40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,3 +18,5 @@ permissions: jobs: Test: uses: solidusio/test-solidus-extension/.github/workflows/test.yml@v1 + with: + ruby_versions: "['3.4', '4.0']" diff --git a/Gemfile b/Gemfile index 00c7cdb..34a474d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ when 'mysql' when 'postgresql' gem 'pg' else - gem 'sqlite3', '~> 1.7' + gem 'sqlite3', '~> 2.0' end gemspec diff --git a/solidus_prototypes.gemspec b/solidus_prototypes.gemspec index 324ea23..d910668 100644 --- a/solidus_prototypes.gemspec +++ b/solidus_prototypes.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.description = "Breaking out prototypes from solidus" s.license = "BSD-3-Clause" - s.required_ruby_version = [">= 3.0", "< 4"] + s.required_ruby_version = [">= 3.0"] s.author = "Graeme Nathan" s.email = "graeme@stembolt.com"