We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62bd7b commit 8fdfdb3Copy full SHA for 8fdfdb3
1 file changed
.github/workflows/homebrew.yaml
@@ -31,8 +31,8 @@ jobs:
31
32
- name: Setup
33
run: |
34
- brew install postgresql@17
35
- echo "/opt/homebrew/opt/postgresql@17/bin" >> $GITHUB_PATH
+ brew install postgresql@18
+ echo "/opt/homebrew/opt/postgresql@18/bin" >> $GITHUB_PATH
36
brew tap timescale/tap
37
brew trust timescale/tap
38
brew info timescaledb
@@ -43,7 +43,7 @@ jobs:
43
brew install timescaledb ${{ matrix.install_options }}
44
timescaledb-tune --quiet --yes
45
timescaledb_move.sh
46
- brew services start postgresql@17
+ brew services start postgresql@18
47
48
# checkout code to get version information
49
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
0 commit comments