diff --git a/.github/workflows/integration-md.yml b/.github/workflows/integration-md.yml index 272b8ab6e..c832bbf06 100644 --- a/.github/workflows/integration-md.yml +++ b/.github/workflows/integration-md.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [netcoreapp3.1,net5.0,net6.0] + version: [netcoreapp3.1,net6.0] steps: - run: 'echo "No build required"' @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [netcoreapp3.1,net5.0,net6.0] + version: [netcoreapp3.1,net6.0] steps: - run: 'echo "No build required"' @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [netcoreapp3.1,net5.0,net6.0] + version: [netcoreapp3.1,net6.0] steps: - run: 'echo "No build required"' @@ -42,6 +42,6 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [netcoreapp3.1,net5.0,net6.0] + version: [netcoreapp3.1,net6.0] steps: - run: 'echo "No build required"' diff --git a/.github/workflows/linux-ci-md.yml b/.github/workflows/linux-ci-md.yml index b55ee6c7e..cec69098e 100644 --- a/.github/workflows/linux-ci-md.yml +++ b/.github/workflows/linux-ci-md.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - version: [netcoreapp3.1,net5.0,net6.0] + version: [netcoreapp3.1,net6.0] steps: - run: 'echo "No build required"' diff --git a/.github/workflows/windows-ci-md.yml b/.github/workflows/windows-ci-md.yml index 9658598f7..2e2bfd561 100644 --- a/.github/workflows/windows-ci-md.yml +++ b/.github/workflows/windows-ci-md.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - version: [net462,netcoreapp3.1,net5.0,net6.0] + version: [net462,netcoreapp3.1,net6.0] steps: - run: 'echo "No build required"'