Update e2e tests

This commit is contained in:
Nikolai Laevskii 2023-09-04 03:47:39 +02:00
parent 131be14d58
commit 9246a37d28

View File

@ -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