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 ef374c3 commit 38f5613Copy full SHA for 38f5613
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
if [[ "$RUNNER_OS" == "macOS" ]]; then
57
echo "postgres-version=14" >> "$GITHUB_OUTPUT"
58
else
59
- echo "postgres-version=16" >> "$GITHUB_OUTPUT"
+ echo "postgres-version=17" >> "$GITHUB_OUTPUT"
60
fi
61
62
- name: Run setup-postgis
0 commit comments