Skip to content

Commit

Permalink
Merge pull request #34 from NerosoftDev/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Codespilot authored Nov 30, 2023
2 parents 9f51d9c + 724147e commit 4d4a545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '7.0.x', '6.0.x' ]
dotnet-version: [ '8.0.x', '7.0.x', '6.0.x' ]
configuration: [Debug, Release]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '7.0.x', '6.0.x' ]
dotnet-version: [ '8.0.x', '7.0.x', '6.0.x' ]
configuration: [Release]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore Euonia.sln
- name: Build
Expand Down

0 comments on commit 4d4a545

Please sign in to comment.