Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Jan 16, 2025
1 parent 046914e commit 1fd69d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ jobs:
uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
dotnet-version: |
2.1.x
5.0.x
6.0.x
7.0.x
8.0.x
source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
if: ${{ matrix.os != 'ubuntu-latest' }}
with:
dotnet-version: |
2.1.x
Expand Down

0 comments on commit 1fd69d0

Please sign in to comment.