Skip to content

Commit

Permalink
enable Postgres tests with Qt6 (#49957)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 26, 2022
1 parent 9e0074c commit 39ff81e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/run-tests.yml
Expand Up @@ -289,21 +289,29 @@ jobs:

strategy:
matrix:
distro-version: [22.04]
qt-version: [5]
qt-version: [5, 6]
test-batch: [ALL_BUT_PROVIDERS, POSTGRES, HANA]
docker-target: [binary-only]

include:
- distro-version: 22.04
qt-version: 5
- qt-version: 5
distro-version: 22.04
docker-target: binary-only

- qt-version: 6
distro-version: 36
docker-target: single

- qt-version: 5
distro-version: 22.04
test-batch: ORACLE
docker-target: binary-for-oracle

- distro-version: '36'
qt-version: 6
test-batch: ALL_BUT_PROVIDERS
docker-target: single
exclude:
- qt-version: 6
test-batch: HANA

- qt-version: 6
test-batch: POSTGRES

fail-fast: false

Expand Down

0 comments on commit 39ff81e

Please sign in to comment.