Skip to content

Commit

Permalink
Test with Qt 5.9 and Qt 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Apr 1, 2020
1 parent 7f87ccb commit cceebb9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -10,12 +10,22 @@ jobs:
CONFIG: ${{ matrix.config }}
strategy:
matrix:
config: [minimal, full, full-debug]
os: [ubuntu-latest, macos-latest]
config: [minimal, full, full-debug]
qt_version: ['5.14.2']
include:
- os: ubuntu-latest
config: full
qt_version: 5.9
- os: macos-latest
config: full
qt_version: 5.9
steps:
- uses: actions/checkout@v2
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt_version }}
- name: Install extra packages
run: tests/travis/install-build-depends
- name: Disable OS X firewall
Expand Down

0 comments on commit cceebb9

Please sign in to comment.