Skip to content

Commit

Permalink
Merge pull request #172 from itay-grudev/v3.4.0
Browse files Browse the repository at this point in the history
v3.4.0
  • Loading branch information
itay-grudev authored Jun 13, 2023
2 parents 6dde626 + 0a63acb commit 14e9d14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ jobs:
name: Build
strategy:
matrix:
qt_version: [5.12.6, 5.15.0, 6.0.0, 6.2.0]
platform: [ubuntu-20.04, windows-latest, macos-latest]
qt_version:
- 5.15.0
- 6.2.4
- 6.5.0
platform:
- ubuntu-20.04
- windows-latest
- macos-latest
include:
- qt_version: 6.0.0
- qt_version: 6.2.4
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- qt_version: 6.2.0
- qt_version: 6.5.0
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- platform: ubuntu-20.04
make: make
Expand All @@ -41,10 +47,10 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## 3.4.0

* Provide API for blocking sendMessage. - _Christoph Cullmann_

* New documentation generation using Doxygen
* Improved Windows basic widget example
* Updated Project License

## 3.3.4

Expand Down

0 comments on commit 14e9d14

Please sign in to comment.