Skip to content

Commit

Permalink
add build test for Qt 5.15
Browse files Browse the repository at this point in the history
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
  • Loading branch information
t0b3 authored and nyalldawson committed Mar 21, 2021
1 parent 3d57042 commit 9ca3729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -34,8 +34,8 @@ jobs:

strategy:
matrix:
# tests run on 20.04 (Qt 5.12), compile test on 20.10 (Qt 5.14)
ubuntu-base: ['20.04', '20.10']
# tests run on 20.04 (Qt 5.12), compile test on 20.10 (Qt 5.14) and 21.04 (Qt 5.15)
ubuntu-base: ['20.04', '20.10', '21.04']
fail-fast: false

outputs:
Expand Down

0 comments on commit 9ca3729

Please sign in to comment.