We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19aeab4 commit e68acaeCopy full SHA for e68acae
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
- dotnet-version: [ '6.0', '7.0', '8.0' ]
+ dotnet-version: [ '7.0', '8.0', '9.0']
17
fail-fast: false
18
runs-on: ${{ matrix.os }}
19
0 commit comments