From c6bc05662366af53b2f313f720af2a117076357d Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 1 Jun 2020 20:22:18 +0100 Subject: No longer testing against 5.9, but added 5.15 Since Qt 5.9's life has now ended there is no longer a requirement to support it for SingleApplication purposes as well. --- .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 d1a6419..0408162 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - qt_version: [5.9.8, 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 }} -- cgit v1.2.1