mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
upgrade postgres server to 17
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run : |
|
run : |
|
||||||
apt install -y postgresql postgresql-client && apt install -y postgresql-server-dev-15
|
apt install -y postgresql postgresql-client && apt install -y postgresql-server-dev-17
|
||||||
|
|
||||||
- name: ⬇️ Install pip
|
- name: ⬇️ Install pip
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user