From 4049f78b057c1119b38e443515b119eefa9991aa Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 27 Jul 2024 09:24:19 -0400 Subject: [PATCH] add Qt 6.5 - 6.7 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 20ce9fa..44da897 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,7 +24,7 @@ jobs: matrix: os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, windows-2019, windows-2022] - qt_version: [5.12.12, 5.15.2, 6.4.0] + qt_version: [5.12.12, 5.15.2, 6.4.0, 6.5.0, 6.6.0, 6.7.0] shared: [ON, OFF] steps: