Skip to content

Commit 0cb33a2

Browse files
committed
chore: add postgresql 18.3 support
1 parent 38c7746 commit 0cb33a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
if [ -z "$version" ]; then
211211
# Set default version for non-release builds
212-
version="18.2.0"
212+
version="18.3.0"
213213
fi
214214
215215
root_directory="$(pwd)"

0 commit comments

Comments
 (0)