Skip to content

Commit

Permalink
fix: fix test title
Browse files Browse the repository at this point in the history
  • Loading branch information
BiDuang authored Nov 23, 2023
1 parent b55f1b4 commit 63965b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} .NET 8.0
name: Test on ${{ matrix.os }} .NET ${{ matrix.dotnet_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
dotnet_versions: ['7','8']
dotnet_version: ['7','8']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 63965b2

Please sign in to comment.