From c771e747eb2b3fbb6a472fd2c93a992bbaeb3d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:04:30 +0200 Subject: [PATCH] CI only .net 5 and 6 --- .github/workflows/test-on-hardware.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-on-hardware.yml b/.github/workflows/test-on-hardware.yml index 8c6c91e..4633e52 100644 --- a/.github/workflows/test-on-hardware.yml +++ b/.github/workflows/test-on-hardware.yml @@ -24,7 +24,7 @@ jobs: runs-on: [self-hosted, linux, x64, womed-local-linux] strategy: matrix: - dotnet-version: [ '3.0', '3.1.x', '5.0.x' ] + dotnet-version: [ '5.0.x', '6.0.x' ] steps: - uses: actions/checkout@v3 - name: 'Setup dotnet ${{ matrix.dotnet-version }}'