Add missing target version to ci for md files (#4190)
This commit is contained in:
parent
65fbb5746d
commit
fbbc57abbc
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [net7.0]
|
||||
version: [net6.0,net7.0]
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [net7.0]
|
||||
version: [net6.0,net7.0]
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
|
|
@ -34,6 +34,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [net7.0]
|
||||
version: [net6.0,net7.0]
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
|
|
|||
Loading…
Reference in New Issue