Skip to content

chore(deps): update PowerShell Test v7.5 to v7.5.4#106

Merged
vaind merged 1 commit intomainfrom
deps/tests/test-pwsh-7.5.props
Oct 21, 2025
Merged

chore(deps): update PowerShell Test v7.5 to v7.5.4#106
vaind merged 1 commit intomainfrom
deps/tests/test-pwsh-7.5.props

Conversation

@github-actions
Copy link
Contributor

Bumps tests/test-pwsh-7.5.props from v7.5.3 to v7.5.4.

Auto-generated by a dependency updater.

Changelog

Commits between v7.5.3 and v7.5.4

  • Merged PR 37188: Add changelog 7.5.4
  • Merged PR 37183: [release/v7.5] Update vPack name (#26221)
  • Merged PR 37175: [release/7.5.4] Update network isolation policy
  • Merged PR 37168: Backport Release Pipeline Changes
  • [release/v7.5.4] Fix checks for local user config file paths (#112)
  • [release/v7.5] Update branch for release (#26195)
  • [release/v7.5] Mark the 3 consistently failing tests as pending to unblock PRs (#26196)
  • [release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)
  • [release/v7.5] add CodeQL suppressions for UpdatableHelp and NativeCommandProcessor methods (#26171)
  • [release/v7.5] Remove UseDotnet task and use the dotnet-install script (#26169)
  • [release/v7.5] Automate Store Publishing (#26164)
  • [release/v7.5] Ensure that socket timeouts are set only during the token validation (#26079)
  • [release/v7.5] Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#26059)
  • Merge tag 'v7.5.3' into release/v7.5
  • [release/v7.5] Update Ev2 Shell Extension Image to AzureLinux 3 for PMC Release (#26032)
  • [release/v7.5] Fix variable reference for release environment in pipeline (#26013)
  • [release/v7.5] Add v7.5.3 Changelog (#26015)
  • [release/v7.5] Add LinuxHost Network configuration to PowerShell Packages pipeline (#26002)

Comment on lines +1 to 2
version = v7.5.4
repo = https://github.com/PowerShell/PowerShell/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The CI workflow will fail because it tries to read tests/test-pwsh-7.5.props, a file modified in this PR that does not exist in the repository.
(Severity: High 0.70 | Confidence: 1.00)

🔍 Detailed Analysis

The CI workflow defined in build.yml includes a test matrix with PowerShell version '7.5'. A step in this workflow executes Get-Content ./tests/test-pwsh-${{matrix.version}}.props to configure the environment. This pull request modifies tests/test-pwsh-7.5.props, but this file does not exist in the repository. When the CI job for version '7.5' runs, the Get-Content command will fail with a 'Cannot find path' error, causing the workflow step to fail and blocking the test job from running.

💡 Suggested Fix

Create the missing tests/test-pwsh-7.5.props file with the correct configuration. Alternatively, if PowerShell v7.5 is not meant to be tested, remove the '7.5' entry from the test matrix in build.yml and revert the changes to the non-existent file.

🤖 Prompt for AI Agent
Fix this bug. In tests/test-pwsh-7.5.props at lines 1-2: The CI workflow defined in
`build.yml` includes a test matrix with PowerShell version '7.5'. A step in this
workflow executes `Get-Content ./tests/test-pwsh-${{matrix.version}}.props` to configure
the environment. This pull request modifies `tests/test-pwsh-7.5.props`, but this file
does not exist in the repository. When the CI job for version '7.5' runs, the
`Get-Content` command will fail with a 'Cannot find path' error, causing the workflow
step to fail and blocking the test job from running.

Did we get this right? 👍 / 👎 to inform future reviews.

@vaind vaind merged commit 888de04 into main Oct 21, 2025
1 check passed
@vaind vaind deleted the deps/tests/test-pwsh-7.5.props branch October 21, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants