Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Dec 31, 2023
1 parent 11157f4 commit 38956c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:

strategy:
matrix:
dotnet-version: ['7.0', '8.0']
dotnet-version: ['net7.0', 'net8.0']

steps:
- name: Checkout Main Repository
uses: actions/checkout@v2
with:
repository: 'DbSyncKit/DbSyncKit'
submodules: true

- name: Setup .NET Core
uses: actions/setup-dotnet@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0'
dotnet-version: 'net8.0'

- name: Build and Publish DbSyncKit.PostgreSQL
run: |
Expand Down

0 comments on commit 38956c8

Please sign in to comment.