Skip to content

Commit

Permalink
ci: dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
litolax committed Mar 24, 2024
1 parent 29f1259 commit c585daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '6.0.x' ]
dotnet-version: [ '8.0.x' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '6.0.x' ]
dotnet-version: [ '8.0.x' ]

steps:
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '6.0.x' ]
dotnet-version: [ '8.0.x' ]
steps:
- uses: actions/download-artifact@v2
name: Download build artifact
Expand Down

0 comments on commit c585daf

Please sign in to comment.