From 6b4df3f65adf8bf7ccc03f555ae244a7257f4a44 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Sat, 22 Oct 2022 23:34:04 +0300 Subject: [PATCH] ci: Require tests to pass on Linux/Qt6 --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 354405a61d..36925250fd 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -37,4 +37,4 @@ Dependencies: Options: use-ccache: True - require-passing-tests-on: [ 'Linux/Qt5'] + require-passing-tests-on: ['Linux/Qt5', 'Linux/Qt6']