We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f4f1d commit ff59fe7Copy full SHA for ff59fe7
.github/workflows/build.yml
@@ -42,17 +42,17 @@ jobs:
42
version:
43
- '7.5.0'
44
- '7.4.0'
45
- # And test all built-in PowerShell/Windows Powershell versions on latest CI runner images
+ # Test builtin `pwsh` version on all `*-latest` os images and Windows Powershell on Windows 2022 and 2025.
46
include:
47
- os: ubuntu
48
shell: pwsh
49
- os: macos
50
51
- os: windows
52
53
- - os: windows-2019
+ - os: windows-2022
54
shell: powershell
55
- - os: windows-2022 # same as windows-latest as of 02/2024
+ - os: windows-2025
56
57
58
defaults:
0 commit comments