mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: update GH workflows and Docker image to .NET 6
This commit is contained in:
parent
979ab714c3
commit
1567a74a44
2 changed files with 4 additions and 4 deletions
4
.github/workflows/dotnetcore.yml
vendored
4
.github/workflows/dotnetcore.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
dotnet-version: 6.0.x
|
||||
- name: Build with dotnet
|
||||
run: dotnet build --configuration Release
|
||||
test:
|
||||
|
|
@ -24,6 +24,6 @@ jobs:
|
|||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
dotnet-version: 6.0.x
|
||||
- name: Run automated tests
|
||||
run: dotnet test --configuration Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue