From d7b37481590d2395d7c406107c70f182698cea2a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 12 Feb 2025 01:48:02 +0100 Subject: [PATCH] CI: Add linux-qt6-next build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1936263c..20cf66f10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ include: - /gitlab-templates/yaml-lint.yml - /gitlab-templates/android-qt6.yml - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml - /gitlab-templates/windows-qt6.yml # - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/flatpak.yml