From 17c6b1a9c776dc9820181f190b93a0c76bf0e1d5 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 4 Sep 2022 18:30:12 +0200 Subject: ci: Always use latest Qt patch versions --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7d7aea9..45f68da2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,14 +17,14 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] config: [minimal, full, full-debug] - qt_version: ['5.15.2'] + qt_version: ['5.15.*'] include: - os: ubuntu-latest config: full - qt_version: 5.9.9 + qt_version: 5.9.* - os: macos-latest config: full - qt_version: 5.9.9 + qt_version: 5.9.* steps: - uses: actions/checkout@v2 - name: Install Qt -- cgit v1.2.3