Skip to content

Commit ae78835

Browse files
Merge pull request #18 from theseus-rs/add-postgresql-18.0-support
feat: add postgresql 18.0 support
2 parents a5903d6 + da730d5 commit ae78835

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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="17.6.0"
212+
version="18.0.0"
213213
fi
214214
215215
root_directory="$(pwd)"

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44

55
release="0"
66
all_versions=( \
7+
"18.0" \
78
"17.6" "17.5" "17.4" "17.3" "17.2" "17.1" "17.0" \
89
"16.10" "16.9" "16.8" "16.7" "16.6" "16.5" "16.4" "16.3" "16.2" "16.1" "16.0" \
910
"15.14" "15.13" "15.12" "15.11" "15.10" "15.9" "15.8" "15.7" "15.6" "15.5" "15.4" "15.3" "15.2" "15.1" "15.0" \

0 commit comments

Comments
 (0)