aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Chernyshchyk <genaloner@gmail.com>2022-04-04 00:47:40 +0300
committerHennadii Chernyshchyk <genaloner@gmail.com>2022-04-04 00:51:09 +0300
commit683915aa8e2509c695d6c6b740856b90e47e02e8 (patch)
tree3c7c852d8830a2fc5854e1233aba8e3f0ece09e8
parentMerge pull request #150 from itay-grudev/cmake-flags (diff)
downloadsingleapplication-683915aa8e2509c695d6c6b740856b90e47e02e8.tar.xz
Add Qt 6.2 to CI
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index adc7995..970d0f2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,11 +14,13 @@ jobs:
build:
strategy:
matrix:
- qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0]
+ qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0, 6.2.0]
platform: [ubuntu-20.04, windows-latest, macos-latest]
include:
- qt_version: 6.0.0
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
+ - qt_version: 6.2.0
+ additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- platform: ubuntu-20.04
make: make
CXXFLAGS: -Wall -Wextra -pedantic -Werror