You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-10 23:04:06 +07:00
Update e2e tests
This commit is contained in:
5
.github/workflows/test-dotnet.yml
vendored
5
.github/workflows/test-dotnet.yml
vendored
@ -26,12 +26,13 @@ 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.1', '2.x'],
|
||||||
['2.2', '2.x'],
|
['2.2', '2.x'],
|
||||||
['3.0', '3.x'],
|
['3.0', '3.x'],
|
||||||
['3.1', '3.x'],
|
['3.1', '3.x'],
|
||||||
['5.0','5.x'],
|
['5.0', '5.x'],
|
||||||
['6.0', '6.x'],
|
['6.0', '6.x'],
|
||||||
['7.0', '7.x'],
|
['7.0', '7.x'],
|
||||||
['8.0', '8.x']
|
['8.0', '8.x']
|
||||||
|
Reference in New Issue
Block a user