Skip to content

Commit acdbe41

Browse files
committed
Update postgres version.
1 parent 5bc9726 commit acdbe41

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ jobs:
2020
run: brew update
2121

2222
- name: Install PostgreSQL
23-
run: brew install postgresql@14
23+
run: brew install postgresql@17
2424

2525
- name: Start PostgreSQL
26-
run: brew services start postgresql
27-
28-
- name: Init DB
29-
run: initdb /opt/homebrew/var/postgresql
26+
run: brew services start postgresql@17
3027

3128
- uses: actions/checkout@v4
3229
- name: Build

0 commit comments

Comments
 (0)