Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Dec 13, 2021
1 parent 0966fcb commit d2f58f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -21,21 +21,21 @@ jobs:
steps:
- uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819

- name: Setup dotnet (main)
- name: Setup net6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'

- name: Setup net5
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'

- name: Setup dotnet (testing netcore3)
- name: Setup net3
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'

- name: Setup dotnet (testing netcore2)
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x'

- run: dotnet --info

- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.100",
"version": "6.0.100",
"rollForward": "latestMajor",
"allowPrerelease": false
}
Expand Down

0 comments on commit d2f58f6

Please sign in to comment.