diff --git a/.kde-ci.yml b/.kde-ci.yml index 6262a3e4a..b6fda2f90 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -1,18 +1,18 @@ # SPDX-FileCopyrightText: None # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] +- 'on': ['Linux', 'FreeBSD', 'Windows'] 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' 'pim/kpimtextedit' : '@latest-kf6' 'frameworks/ki18n': '@latest-kf6' 'frameworks/kconfig': '@latest-kf6' 'frameworks/kwidgetsaddons': '@latest-kf6' 'frameworks/kcompletion': '@latest-kf6' 'frameworks/kcoreaddons': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' 'frameworks/kitemmodels': '@latest-kf6' Options: require-passing-tests-on: [ 'Linux', 'FreeBSD' ]