Update verify-dotnet.ps1

This commit is contained in:
IvanZosimov
2023-04-19 16:24:27 +02:00
parent e8ac21d503
commit 50b46b3b1d
2 changed files with 11 additions and 2 deletions

View File

@ -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', '6.0', '7.0']
dotnet-version: ['2.1', '2.2', '3.0', '3.1', '5.0', '6.0', '7.0', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v3