Skip to content

Commit

Permalink
Add NET8 to yml for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Jan 9, 2024
1 parent 31b2b89 commit 616d381
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
5.0.x
Expand All @@ -30,6 +31,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
5.0.x
Expand All @@ -45,7 +47,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
7.0.x
8.0.x
- name: Run Snapshots
run: ./RunSnapshots.ps1
shell: pwsh
Expand All @@ -57,6 +59,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
5.0.x
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup dotnet 8.0
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
- name: Setup dotnet 7.0
uses: actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
5.0.x
Expand Down

0 comments on commit 616d381

Please sign in to comment.