Skip to content

Commit fed55b9

Browse files
committed
stop old pg
1 parent 931d31a commit fed55b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Install PostgreSQL 18
3232
run: |
33+
sudo systemctl stop postgresql
34+
sudo pg_dropcluster --stop 16 main || true
3335
sudo install -d -m 0755 /etc/apt/keyrings
3436
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
3537
| sudo gpg --dearmor --yes --batch --no-tty \

0 commit comments

Comments
 (0)