From cd18cd378f93cbda759d8d9d59747d794cbb66e1 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 18 Oct 2020 09:47:17 +0100 Subject: Added Qt 6.0 to the build tests --- .github/workflows/build-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml index 82a432c..e36f1b8 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0] + qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} -- cgit v1.2.1