mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-02-03 17:36:42 -05:00
Reduce number of e2e tests
This commit is contained in:
parent
faa708d00b
commit
48277343a5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -433,8 +433,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
lower-version: ['2.2.402', '3.0.103', '3.1.426', '6.0.408', '7.0.100']
|
||||
higher-version: ['6.0.408', '7.0.203']
|
||||
lower-version: ['3.1.426']
|
||||
higher-version: ['7.0.203']
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue