We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655d1c7 commit 9712d42Copy full SHA for 9712d42
.github/workflows/e2e-tests.yml
@@ -395,4 +395,4 @@ jobs:
395
dotnet-version: ${{ matrix.higher-version }}
396
- name: Verify dotnet (higher version)
397
shell: pwsh
398
- run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.higher-version }}$"
+ run: __tests__/verify-dotnet.ps1 -Patterns "^${{ matrix.lower-version }}$", "^${{ matrix.higher-version }}$"
0 commit comments