From ba689817be5762186e6b236b35da1d06d6a1644a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 29 Apr 2025 15:23:53 -0400 Subject: [PATCH] Require Qt 6.8.2 on the CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09b8e81..e8f4d4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] env: - QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt + QT_VERSION: 6.8.2 # Keep in sync with CMakeLists.txt KF_VERSION: v6.10.0 # Ditto KIRIGAMI_ADDONS_VERSION: v1.7.0 # Ditto x2