Skip to content

Commit

Permalink
ci: update ci .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Jul 13, 2023
1 parent fab52b7 commit 5f6a870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
- run: docker pull camunda/zeebe:1.0.0
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '3.1.x'
dotnet-version: 7.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- run: docker pull camunda/zeebe:8.1.3
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '3.1.x'
dotnet-version: 7.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand Down

0 comments on commit 5f6a870

Please sign in to comment.