Skip to content

Commit

Permalink
Remove Ruby 2.5 in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Nov 7, 2022
1 parent 3b4052e commit 46df906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.5", "2.7"]
ruby: ["2.7"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions test/functional/organization/cdn_configuration_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require_relative '../test_helper'
require_relative './organization_helpers'
require 'hammer_cli_katello/organization'
require 'hammer_cli_katello/associating_commands'

Expand Down

0 comments on commit 46df906

Please sign in to comment.