Skip to content

Commit

Permalink
Run tests on Ruby 3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Aug 3, 2023
1 parent e46b258 commit 089f77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ on:

jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7"]

ruby: ["2.7", "3.0", "3.1"]
steps:
- uses: actions/checkout@v2
- name: Add hammer-cli-foreman to local gem file
Expand Down
2 changes: 1 addition & 1 deletion hammer_cli_katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'ci_reporter'

gem.add_development_dependency "rubocop", "0.42"
gem.add_development_dependency "rubocop", "~> 1.28.0"
gem.add_development_dependency "rubocop-checkstyle_formatter"
end

0 comments on commit 089f77c

Please sign in to comment.