Unverified Commit 84ab23aa authored by Tim Meusel's avatar Tim Meusel Committed by GitHub
Browse files

Merge pull request #301 from voxpupuli/centos

Drop RedHat 6; Add CentOS 7/8 support
parents 72fa5ef2 ffc44105
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -43,7 +43,13 @@
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "6",
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "7",
        "8"
      ]