Skip to content

Commit 909b833

Browse files
committed
Does postgres 16 work on ubuntu
1 parent cae84d9 commit 909b833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: matrix.os == 'ubuntu-latest'
7474
run: |
7575
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
76-
sudo apt-get install postgresql-14-pgvector
76+
sudo apt-get install postgresql-16-pgvector
7777
sudo systemctl start postgresql
7878
sudo -u postgres psql -c "ALTER USER ${{ env.POSTGRES_USERNAME }} PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
7979
sudo -u postgres psql -c 'CREATE EXTENSION vector'

0 commit comments

Comments
 (0)