mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-25 12:53:06 +07:00
Update e2e tests
This commit is contained in:
parent
131be14d58
commit
9246a37d28
21
.github/workflows/test-dotnet.yml
vendored
21
.github/workflows/test-dotnet.yml
vendored
@ -26,16 +26,17 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
dotnet-version: [
|
dotnet-version:
|
||||||
['2.1', '2.x'],
|
[
|
||||||
['2.2', '2.x'],
|
['2.1', '2.x'],
|
||||||
['3.0', '3.x'],
|
['2.2', '2.x'],
|
||||||
['3.1', '3.x'],
|
['3.0', '3.x'],
|
||||||
['5.0','5.x'],
|
['3.1', '3.x'],
|
||||||
['6.0', '6.x'],
|
['5.0', '5.x'],
|
||||||
['7.0', '7.x'],
|
['6.0', '6.x'],
|
||||||
['8.0', '8.x']
|
['7.0', '7.x'],
|
||||||
]
|
['8.0', '8.x']
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user