Update build-cmake.yml

Build Test on Qt 5.15
This commit is contained in:
Itay Grudev 2020-07-02 03:16:01 +01:00 committed by GitHub
parent 6c08403cad
commit 5c9793a908
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 }}