Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update supported OSes in geecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tst-lsavoie committed Sep 16, 2020
1 parent 234c7e5 commit aa2e083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SUPPORTED_OS_LIST = {
'redhat': {'min_release': '6.0',
'max_release': '7.6'},
'Ubuntu': {'min_release': '10.04',
'Ubuntu': {'min_release': '16.04',
'max_release': '16.04'},
'CentOS': {'min_release': '6.0',
'max_release': '7.6'}
Expand Down

0 comments on commit aa2e083

Please sign in to comment.