Update QA script to support Fedora 41

This commit is contained in:
Alexis Métaireau 2024-11-04 12:53:33 +01:00
parent 3a1b41f988
commit 1f42d68259
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -1005,6 +1005,10 @@ class QAFedora(QALinux):
) )
class QAFedora41(QAFedora):
VERSION = "41"
class QAFedora40(QAFedora): class QAFedora40(QAFedora):
VERSION = "40" VERSION = "40"