aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-06-01 20:22:18 +0100
committerGitHub <noreply@github.com>2020-06-01 20:22:18 +0100
commitc6bc05662366af53b2f313f720af2a117076357d (patch)
tree117eab8858b49f75faaf424b6ee4119aeea689eb
parentUpdate CHANGELOG.md (diff)
downloadsingleapplication-c6bc05662366af53b2f313f720af2a117076357d.tar.xz
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.
-rw-r--r--.github/workflows/build-cmake.yml2
1 files changed, 1 insertions, 1 deletions
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 }}