mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[windows] Pin PostgreSQL and Update LLVM (#10014)
* [windows] Pin PostgreSQL version * Fix if statement * Fix PostgreSQL pester test * Update LLVM to 18*
This commit is contained in:
committed by
GitHub
parent
7271f004d4
commit
870d08d9cb
@@ -72,8 +72,8 @@ Describe "PostgreSQL" {
|
||||
}
|
||||
|
||||
Context "PostgreSQL version" {
|
||||
It "PostgreSQL version should correspond to the version in the toolset" {
|
||||
$toolsetVersion = (Get-ToolsetContent).postgresql.version
|
||||
It "PostgreSQL version should correspond to the Major version in the toolset" {
|
||||
$toolsetVersion = (Get-ToolsetContent).postgresql.version.Split(".")[0]
|
||||
# Client version
|
||||
(& $env:PGBIN\psql --version).split()[-1] | Should -BeLike "$toolsetVersion*"
|
||||
# Server version
|
||||
|
||||
Reference in New Issue
Block a user