Update QA script to support Fedora 41

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

View file

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