Skip to content

Commit bb61476

Browse files
committed
Update setup-dotnet to use 8.0.x
1 parent 27b4020 commit bb61476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install C#
8181
uses: actions/setup-dotnet@v4
8282
with:
83-
dotnet-version: "6.0.x"
83+
dotnet-version: "8.0.x"
8484

8585
- name: Install R
8686
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)