Skip to content

Commit

Permalink
drop RHEL6 from supported distros
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Feb 18, 2025
1 parent f24c0bc commit af42bbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@


DISTRO_DEFAULT = 'rhel7'
DISTROS_SUPPORTED = ['rhel6', 'rhel7', 'rhel8', 'rhel9', 'rhel10']
DISTROS_SUPPORTED = ['rhel7', 'rhel8', 'rhel9', 'rhel10']
DISTROS_MAJOR_VERSION = {
'rhel6': 6,
'rhel7': 7,
'rhel8': 8,
'rhel9': 9,
Expand Down

0 comments on commit af42bbc

Please sign in to comment.