Skip to content

Commit

Permalink
Update vrdr-test.yml to only use dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
smacadam authored Jan 29, 2025
1 parent a5cf8eb commit 0fe31a8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vrdr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: ./projects
strategy:
matrix:
dotnet-version: [2.1.815, 3.1.408, 6.0.100]
dotnet-version: [6.0.100]
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand All @@ -54,6 +54,9 @@ jobs:
defaults:
run:
working-directory: ./projects
strategy:
matrix:
dotnet-version: [6.0.100]
permissions: write-all
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -84,4 +87,4 @@ jobs:
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md
path: code-coverage-results.md

0 comments on commit 0fe31a8

Please sign in to comment.