CI only .net 5 and 6

This commit is contained in:
Felix Weiß
2023-06-13 12:04:30 +02:00
parent dc24b33297
commit c771e747eb

View File

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