mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Update QA script to support Fedora 41
This commit is contained in:
parent
4bf7f9cbb4
commit
9fa3c80404
1 changed files with 4 additions and 0 deletions
|
@ -1051,6 +1051,10 @@ class QAFedora(QALinux):
|
|||
)
|
||||
|
||||
|
||||
class QAFedora41(QAFedora):
|
||||
VERSION = "41"
|
||||
|
||||
|
||||
class QAFedora40(QAFedora):
|
||||
VERSION = "40"
|
||||
|
||||
|
|
Loading…
Reference in a new issue