Skip to content

Commit

Permalink
upgraded postgres to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-bandihareesh committed Oct 7, 2024
1 parent fe1d2d8 commit fddb463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/database-goodies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
export NOSCAN=1
fi
- name: Install PostgreSQL 13
- name: Install PostgreSQL 14
run: |
sudo apt-get update
sudo apt-get install -y postgresql-13 postgresql-contrib-13
sudo apt-get install -y postgresql-14 postgresql-contrib
- name: Set up PostgreSQL 13
- name: Set up PostgreSQL 14
run: |
sudo service postgresql start
sudo -u postgres psql -c "create user test with password 'test';"
Expand Down

0 comments on commit fddb463

Please sign in to comment.