From 9427b17c422eb7ce75f9d4d6ea40455f109fb16b Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Fri, 5 Feb 2021 10:18:34 +0300 Subject: [PATCH] Minor fix --- .github/workflows/test-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dotnet.yml b/.github/workflows/test-dotnet.yml index b48fc32..bd2cbe5 100644 --- a/.github/workflows/test-dotnet.yml +++ b/.github/workflows/test-dotnet.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-latest, windows-latest, macOS-latest] - dotnet-version: ['2.1', '2.2', '3.0', 3.1', '5.0'] + dotnet-version: ['2.1', '2.2', '3.0', '3.1', '5.0'] steps: - name: Checkout uses: actions/checkout@v2