Skip to content

Commit

Permalink
Dotnet 8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Sep 26, 2024
1 parent cafd6bb commit 01671d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup dotnet 6
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit 01671d6

Please sign in to comment.