Skip to content

Commit 9f68a13

Browse files
committed
fix ci
1 parent 52e8227 commit 9f68a13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: |
21-
8.x.x
22-
# 9.x.x
21+
8
22+
# 9
2323
- name: make script executable
2424
run: chmod u+x build.sh
2525
- name: Build and test
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: |
39-
8.x.x
39+
8
4040
# 9.x.x
4141
- name: Build and test (includes netfx)
4242
working-directory: ./

0 commit comments

Comments
 (0)