Skip to content

Commit

Permalink
ci: update matrix service versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jan 31, 2024
1 parent 04a67a0 commit 05cac15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
matrix:
python-version: [3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql13]
db-service: [postgresql14]
search-service: [opensearch2,elasticsearch7]
include:
- db-service: postgresql13
- db-service: postgresql14
DB_EXTRAS: "postgresql"
env:
DB: ${{ matrix.db-service }}
Expand Down

0 comments on commit 05cac15

Please sign in to comment.