Skip to content

Commit

Permalink
release pipeline updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Nov 12, 2024
1 parent 23173c5 commit 7de583b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
name: Testing
strategy:
matrix:
dotnet: ['net6.0', 'net7.0', 'net462', 'net48','net8.0' ]
dotnet: ['net8.0', 'net9.0', 'net462', 'net48','net8.0' ]
steps:
- name: Checkout code base
uses: actions/checkout@v2

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Run tests
run: dotnet test --verbosity normal -f ${{ matrix.dotnet }}
Expand All @@ -36,7 +36,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7de583b

Please sign in to comment.