We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae84d9 commit 909b833Copy full SHA for 909b833
.github/workflows/app-tests.yaml
@@ -73,7 +73,7 @@ jobs:
73
if: matrix.os == 'ubuntu-latest'
74
run: |
75
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
76
- sudo apt-get install postgresql-14-pgvector
+ sudo apt-get install postgresql-16-pgvector
77
sudo systemctl start postgresql
78
sudo -u postgres psql -c "ALTER USER ${{ env.POSTGRES_USERNAME }} PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
79
sudo -u postgres psql -c 'CREATE EXTENSION vector'
0 commit comments