fix(global_defaults): correct fedora version upper bound to 43
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
or (
|
or (
|
||||||
os == "debian" and (os_version | string) in ["10", "11", "12", "13", "unstable"]
|
os == "debian" and (os_version | string) in ["10", "11", "12", "13", "unstable"]
|
||||||
) or (
|
) or (
|
||||||
os == "fedora" and (os_version | int) >= 38 and (os_version | int) <= 45
|
os == "fedora" and (os_version | int) >= 38 and (os_version | int) <= 43
|
||||||
) or (
|
) or (
|
||||||
os in ["rocky", "almalinux"]
|
os in ["rocky", "almalinux"]
|
||||||
and (os_version | string) is match("^(8|9|10)(\\.\\d+)?$")
|
and (os_version | string) is match("^(8|9|10)(\\.\\d+)?$")
|
||||||
|
|||||||
Reference in New Issue
Block a user