Skip to content

Commit

Permalink
Minor leftover cleanups from ci jobs (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored May 10, 2022
1 parent 05cf80f commit 72fcbf3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@ 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"'

sql-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [netcoreapp3.1,net5.0,net6.0]
version: [netcoreapp3.1,net6.0]
steps:
- run: 'echo "No build required"'

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

otlp-exporter-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [netcoreapp3.1,net5.0,net6.0]
version: [netcoreapp3.1,net6.0]
steps:
- run: 'echo "No build required"'
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'

0 comments on commit 72fcbf3

Please sign in to comment.