Skip to content

Commit

Permalink
Add missing target version to ci for md files (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Feb 14, 2023
1 parent 65fbb57 commit fbbc57a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [net7.0]
version: [net6.0,net7.0]
steps:
- run: 'echo "No build required"'

w3c-trace-context-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [net7.0]
version: [net6.0,net7.0]
steps:
- run: 'echo "No build required"'

otlp-exporter-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [net7.0]
version: [net6.0,net7.0]
steps:
- run: 'echo "No build required"'

0 comments on commit fbbc57a

Please sign in to comment.