diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-04 18:30:12 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-04 18:44:21 +0200 |
| commit | 17c6b1a9c776dc9820181f190b93a0c76bf0e1d5 (patch) | |
| tree | 6ec2b842ff30c3551ce5a42ae0833a62f34c1c03 /.github/workflows | |
| parent | 6e31bcace5e122308756b264734090f1976122a1 (diff) | |
| download | qxmpp-17c6b1a9c776dc9820181f190b93a0c76bf0e1d5.tar.gz | |
ci: Always use latest Qt patch versions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
