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 96204e7
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

if ! command -v dotnet-format; then
echo "Installing dotnet formatter..."
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
dotnet tool install -g dotnet-format --version 4.0.0
fi

Expand Down

0 comments on commit 96204e7

Please sign in to comment.