mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
CI only .net 5 and 6
This commit is contained in:
2
.github/workflows/test-on-hardware.yml
vendored
2
.github/workflows/test-on-hardware.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: [self-hosted, linux, x64, womed-local-linux]
|
runs-on: [self-hosted, linux, x64, womed-local-linux]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet-version: [ '3.0', '3.1.x', '5.0.x' ]
|
dotnet-version: [ '5.0.x', '6.0.x' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: 'Setup dotnet ${{ matrix.dotnet-version }}'
|
- name: 'Setup dotnet ${{ matrix.dotnet-version }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user