Skip to content

Commit 38f5613

Browse files
authored
Update PostgreSQL version in CI workflow
1 parent ef374c3 commit 38f5613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if [[ "$RUNNER_OS" == "macOS" ]]; then
5757
echo "postgres-version=14" >> "$GITHUB_OUTPUT"
5858
else
59-
echo "postgres-version=16" >> "$GITHUB_OUTPUT"
59+
echo "postgres-version=17" >> "$GITHUB_OUTPUT"
6060
fi
6161

6262
- name: Run setup-postgis

0 commit comments

Comments
 (0)