Add .NET 10; update deps; bump version (#12)
Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user