Add .NET 10; update deps; bump version (#12)

Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
2025-12-30 03:12:53 +00:00
parent 43fed5789a
commit eb36f2bc5e
7 changed files with 18 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ dotnet build BitBadger.Documents.sln --no-restore
cd ./Tests || exit
export BBDOX_PG_PORT=8301
PG_VERSIONS=('13' '14' '15' '16' 'latest')
NET_VERSIONS=('8.0' '9.0')
PG_VERSIONS=('14' '15' '16' '17' 'latest')
NET_VERSIONS=('8.0' '9.0' '10.0')
for PG_VERSION in "${PG_VERSIONS[@]}"
do