Skip to content

Commit

Permalink
Merge pull request #152 from itay-grudev/6.2
Browse files Browse the repository at this point in the history
Add Qt 6.2 to CI
  • Loading branch information
itay-grudev authored Apr 3, 2022
2 parents 73c5b9a + 683915a commit 74fc325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74fc325

Please sign in to comment.