Remove .NET 7 (#4)

- Bump version to 3.1
This commit is contained in:
2024-06-05 07:52:36 -04:00
parent fc045d021c
commit 7d7214e9f2
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ cd ./Tests || exit
export BBDOX_PG_PORT=8301
PG_VERSIONS=('12' '13' '14' '15' 'latest')
NET_VERSIONS=('6.0' '7.0' '8.0')
NET_VERSIONS=('6.0' '8.0')
for PG_VERSION in "${PG_VERSIONS[@]}"
do