aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-10-18 09:47:17 +0100
committerGitHub <noreply@github.com>2020-10-18 09:47:17 +0100
commitcd18cd378f93cbda759d8d9d59747d794cbb66e1 (patch)
tree5550f29d8d6f117cfcc6d3183ef73d1dc4cabb22
parentMerge pull request #114 from Shatur95/fix-clang-tidy-warnings (diff)
downloadsingleapplication-cd18cd378f93cbda759d8d9d59747d794cbb66e1.tar.xz
Added Qt 6.0 to the build tests
-rw-r--r--.github/workflows/build-cmake.yml2
1 files changed, 1 insertions, 1 deletions
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 }}