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 ea6d1c2 commit faa708dCopy full SHA for faa708d
.github/workflows/e2e-tests.yml
@@ -455,4 +455,4 @@ jobs:
455
dotnet-version: ${{ matrix.higher-version }}
456
- name: Verify dotnet (higher version)
457
shell: pwsh
458
- run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$"
+ run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$", "^${{ matrix.higher-version }}$"
0 commit comments