Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Feb 6, 2025
1 parent 17c69eb commit 6a0b222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: Dotnet ${{ matrix.dotnet }} tests
strategy:
matrix:
dotnet: [2.2.x]
dotnet: [2.2.x, 3.1.x]
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- run: ./scripts/build
Expand Down

0 comments on commit 6a0b222

Please sign in to comment.