Skip to content

Commit

Permalink
ci: bump from postgresql 13 to postgresql 15 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddryck authored Oct 29, 2023
1 parent e4c932d commit 9406ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DubUrl.QA/Postgresql/deploy-postgresql-test-env.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Param(
[switch] $force=$false
, $databaseService= "postgresql-x64-13"
, $databaseService= "postgresql-x64-15"
, [string] $config = "Release"
, [string[]] $frameworks = @("net6.0", "net7.0")
)
Expand Down

0 comments on commit 9406ce2

Please sign in to comment.