diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-07-02 16:36:03 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-07-02 16:36:03 +0200 |
| commit | 4b61a5e1a592423960e1361c1e24a0130c612b66 (patch) | |
| tree | d4515d82dfad7ead93263968114c78cf48fa0be8 /.github/workflows | |
| parent | 79e40463501e2d4ab76871ee43b29c685287a53f (diff) | |
| download | qxmpp-4b61a5e1a592423960e1361c1e24a0130c612b66.tar.gz | |
Test with Qt 5.15.0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ee0381c..e07df949 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] config: [minimal, full, full-debug] - qt_version: ['5.14.2'] + qt_version: ['5.15.0'] include: - os: ubuntu-latest config: full |
