Skip to content

Commit

Permalink
CI: update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva authored Nov 9, 2023
1 parent 75ad102 commit 4b20085
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,13 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql10,postgresql13,mysql8]
mq-service: [rabbitmq,redis]
db-service: [postgresql14,postgresql13,mysql8]
mq-service: [rabbitmq]
search-service: [opensearch2,elasticsearch7]
exclude:
- db-service: postgresql10
python-version: 3.7

- db-service: postgresql13
python-version: 3.7

- search-service: opensearch2
python-version: 3.7

- search-service: elasticsearch7
python-version: 3.7

- db-service: mysql8
python-version: 3.7

include:
- db-service: postgresql10
- db-service: postgresql14
DB_EXTRAS: "postgresql"

- db-service: postgresql13
Expand Down

0 comments on commit 4b20085

Please sign in to comment.