diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14f019d..6f44de9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['3.1'] + ruby-version: ['3.2'] node-version: ['14'] puppeteer-version: [ '14.4.1', @@ -30,9 +30,12 @@ jobs: node-version: '14' puppeteer-version: '19.5.2' - ruby-version: '3.1' + node-version: '14' + puppeteer-version: '19.5.2' + - ruby-version: '3.2' node-version: '16' puppeteer-version: '19.5.2' - - ruby-version: '3.1' + - ruby-version: '3.2' node-version: '18' puppeteer-version: '19.5.2' diff --git a/grover.gemspec b/grover.gemspec index 607265d..891f53b 100644 --- a/grover.gemspec +++ b/grover.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| SUMMARY spec.homepage = 'https://github.com/Studiosity/grover' spec.license = 'MIT' - spec.required_ruby_version = ['>= 2.7.0', '< 3.2.0'] + spec.required_ruby_version = ['>= 2.7.0', '< 3.3.0'] # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host.