From f62caa6739427e55bd5a9f7ee2ae56c3118a2c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Fri, 3 Nov 2023 18:25:27 +0100 Subject: [PATCH] updated Qt in CI to 6.6.0 and removed commercial-only LTS Qt versions (#5561) Updates for the Qt 6.2.x and 6.5.x LTS versions are only being provided to commercial customers so the latest version is the only feasible one to use. Builds with older 6.x versions are still being tested implicitly by using the Qt versions provided by the various distros. --- .github/workflows/CI-windows.yml | 2 +- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/selfcheck.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index 56bf24998..39d769f1a 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [windows-2019, windows-2022] - qt_ver: [5.15.2, 6.2.4, 6.5.3] + qt_ver: [5.15.2, 6.6.0] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 5d50459a0..59d409520 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 env: - QT_VERSION: 6.5.3 + QT_VERSION: 6.6.0 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/selfcheck.yml b/.github/workflows/selfcheck.yml index efaceb367..912c17717 100644 --- a/.github/workflows/selfcheck.yml +++ b/.github/workflows/selfcheck.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 env: - QT_VERSION: 6.5.3 + QT_VERSION: 6.6.0 steps: - uses: actions/checkout@v3