Skip to content

Commit

Permalink
chore: using dotnet 6.0.x on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddgrimm committed Sep 23, 2024
1 parent 021f6c4 commit 918ed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [3.1.x]
dotnet: [6.0.x]
timeout-minutes: 10
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [3.1.x]
dotnet: [6.0.x]
name: Run tests using dotnet ${{ matrix.dotnet }}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 918ed2e

Please sign in to comment.