Skip to content

Commit

Permalink
ci: migrate ci to 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Jan 27, 2024
1 parent d9ec148 commit 5bfff6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.x
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.x
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.x
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.x
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.x
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
- name: Test
Expand Down

0 comments on commit 5bfff6d

Please sign in to comment.