Minor leftover cleanups from ci jobs (#3265)

This commit is contained in:
Cijo Thomas 2022-05-10 08:01:20 -07:00 committed by GitHub
parent 05cf80ffac
commit 72fcbf3201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version: [netcoreapp3.1,net5.0,net6.0] version: [netcoreapp3.1,net6.0]
steps: steps:
- run: 'echo "No build required"' - run: 'echo "No build required"'
@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version: [netcoreapp3.1,net5.0,net6.0] version: [netcoreapp3.1,net6.0]
steps: steps:
- run: 'echo "No build required"' - run: 'echo "No build required"'
@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version: [netcoreapp3.1,net5.0,net6.0] version: [netcoreapp3.1,net6.0]
steps: steps:
- run: 'echo "No build required"' - run: 'echo "No build required"'
@ -42,6 +42,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version: [netcoreapp3.1,net5.0,net6.0] version: [netcoreapp3.1,net6.0]
steps: steps:
- run: 'echo "No build required"' - run: 'echo "No build required"'

View File

@ -19,7 +19,7 @@ jobs:
strategy: strategy:
matrix: matrix:
version: [netcoreapp3.1,net5.0,net6.0] version: [netcoreapp3.1,net6.0]
steps: steps:
- run: 'echo "No build required"' - run: 'echo "No build required"'

View File

@ -19,7 +19,7 @@ jobs:
strategy: strategy:
matrix: matrix:
version: [net462,netcoreapp3.1,net5.0,net6.0] version: [net462,netcoreapp3.1,net6.0]
steps: steps:
- run: 'echo "No build required"' - run: 'echo "No build required"'