Skip to content

Commit

Permalink
Merge branch 'Testt' of https://github.com/YBTopaz8/Parse-SDK-dotNET
Browse files Browse the repository at this point in the history
…into Testt
  • Loading branch information
YBTopaz8 committed Dec 13, 2024
2 parents 4940f44 + 281130f commit 60e9356
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,26 @@ on:
paths-ignore:
- '**/**.md'
jobs:
check-ci:
check-dotnet:
strategy:
matrix:
include:
- DOTNET_VERSION: 6.x
- DOTNET_VERSION: 7.x
- DOTNET_VERSION: 8.x
- DOTNET_VERSION: 9.x
fail-fast: false
name: .NET ${{ matrix.DOTNET_VERSION }}
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
dotnet-version: ${{ matrix.DOTNET_VERSION }}
- name: Cache NuGet packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.nuget/packages
Expand Down

0 comments on commit 60e9356

Please sign in to comment.