Minor leftover cleanups from ci jobs (#3265)
This commit is contained in:
parent
05cf80ffac
commit
72fcbf3201
|
|
@ -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"'
|
||||
|
|
|
|||
|
|
@ -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"'
|
||||
|
|
|
|||
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Reference in New Issue