Skip to content

Commit

Permalink
Merge pull request #808 from unoplatform/dev/jela/gha-fix
Browse files Browse the repository at this point in the history
ci: Adjust .NET version in GHA
  • Loading branch information
jeromelaban authored Dec 15, 2023
2 parents 57cf66b + 58d37ea commit 820958f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
useConfigFile: true
configFilePath: gitversion.yml

- name: Setup dotnet 7.0.104
- name: Setup dotnet 8.0.100
uses: actions/[email protected]
with:
dotnet-version: '7.0.104'
dotnet-version: '8.0.100'
include-prerelease: true

- run: |
Expand Down

0 comments on commit 820958f

Please sign in to comment.