Skip to content

Commit

Permalink
ci: use PostgreSQL v14
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 16, 2023
1 parent 2c5151c commit 8d3220f
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 @@ -32,14 +32,14 @@ jobs:
matrix:
package-dir: ["site", "legacy"]
python-version: [3.9]
db-service: [postgresql13]
db-service: [postgresql14]
search-service: [opensearch2]
ignore-failure: [false]
include:
- package-dir: "migrator"
ignore-failure: true
python-version: 3.9
db-service: postgresql13
db-service: postgresql14
env:
DB: ${{ matrix.db-service }}
SEARCH: ${{ matrix.search-service }}
Expand Down

0 comments on commit 8d3220f

Please sign in to comment.