We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc9726 commit acdbe41Copy full SHA for acdbe41
1 file changed
.github/workflows/build-and-test.yml
@@ -20,13 +20,10 @@ jobs:
20
run: brew update
21
22
- name: Install PostgreSQL
23
- run: brew install postgresql@14
+ run: brew install postgresql@17
24
25
- name: Start PostgreSQL
26
- run: brew services start postgresql
27
-
28
- - name: Init DB
29
- run: initdb /opt/homebrew/var/postgresql
+ run: brew services start postgresql@17
30
31
- uses: actions/checkout@v4
32
- name: Build
0 commit comments