Update QA script to support Fedora 41

This commit is contained in:
Alexis Métaireau 2024-11-04 12:53:33 +01:00
parent 9bc443888e
commit f456e644d5
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):
VERSION = "40"