From 5c9793a908ef2a01457230f7a403d21785029afb Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 2 Jul 2020 03:16:01 +0100 Subject: [PATCH] Update build-cmake.yml Build Test on Qt 5.15 --- .github/workflows/build-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml index e0eca8f..86bb6ca 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -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 }}