Skip to content

Commit

Permalink
CI: Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 29, 2024
1 parent 99cc01c commit a6c8a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']

runs-on: ubuntu-latest
name: Test against Ruby ${{ matrix.ruby }}
Expand Down
1 change: 1 addition & 0 deletions datev.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0'

spec.add_development_dependency "bundler"
spec.add_development_dependency "csv"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency 'simplecov'
Expand Down

0 comments on commit a6c8a46

Please sign in to comment.