┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-05-08 15:32:55 +0200
committerMéven Car <[email protected]>2023-05-08 15:32:55 +0200
commitcb43e1a1dcd1f4ef8831807cffe199e4d1d28451 (patch)
treea2d30ad112603e81fd1b9325e07aeb4b97e94105
parent2d09024571a35e081f3f8cb2a50e293475f4d4d6 (diff)
Fix libraries versions
-rw-r--r--.kde-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 90d0bee14..3c8575516 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -26,8 +26,8 @@ Dependencies:
'frameworks/kwindowsystem': '@latest-kf6'
'frameworks/kfilemetadata': '@latest-kf6'
'frameworks/kcodecs': '@latest-kf6'
- 'libraries/kuserfeedback': '@stable'
- 'libraries/phonon': '@stable'
+ 'libraries/kuserfeedback': 'latest'
+ 'libraries/phonon': '@latest'
'libraries/kmoretools': '@latest'
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6']