Merge pull request #109 from itay-grudev/qt-5.15-build-test

Build Test on Qt 5.15
This commit is contained in:
Itay Grudev 2020-07-02 03:19:50 +01:00 committed by GitHub
commit b2e2c1a0ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
qt_version: [5.12.6, 5.13.2, 5.14.0]
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}