Skip to content

Commit

Permalink
add Ruby 3.3 and 3.4 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Jan 11, 2025
1 parent 0511d2c commit 5438171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
fasterer: ['~> 0.10.0', '~> 0.11.0', '< 1.0']
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions pronto-fasterer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('fasterer', '>= 0.10', '< 1.0')
s.add_runtime_dependency('pronto', '~> 0.11.0')
s.add_development_dependency('base64', '~> 0.1.2')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.4')
s.add_development_dependency('rspec-its', '~> 1.2')
Expand Down

0 comments on commit 5438171

Please sign in to comment.