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

Commit

Permalink
add ubuntu versions up to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
quyse committed May 10, 2018
1 parent 800a06a commit c17bddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Itchy/Report/Analysis.hs
Expand Up @@ -150,10 +150,12 @@ analyseUpload loc itchUpload@ItchUpload
}
distroVersions =
[ (("Ubuntu 12.04 \"precise\"", SeverityOk), ReportDepVersion [2, 15])
, (("Ubuntu 14.04 \"trusty\"", SeverityWarn), ReportDepVersion [2, 19])
, (("Ubuntu 14.04 \"trusty\"", SeverityOk), ReportDepVersion [2, 19])
, (("Ubuntu 16.04 \"xenial\"", SeverityWarn), ReportDepVersion [2, 23])
, (("Ubuntu 16.10 \"yakkety\"", SeverityWarn), ReportDepVersion [2, 24, 3])
, (("Ubuntu 17.04 \"zesty\"", SeverityWarn), ReportDepVersion [2, 24, 7])
, (("Ubuntu 17.10 \"artful\"", SeverityWarn), ReportDepVersion [2, 26])
, (("Ubuntu 18.04 \"bionic\"", SeverityWarn), ReportDepVersion [2, 27, 3])
]
-- checks related to unpack
unpackCheckRecords = case report_unpack report of
Expand Down

0 comments on commit c17bddf

Please sign in to comment.