We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4627f commit 2feaebeCopy full SHA for 2feaebe
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [windows-latest, ubuntu-latest, macos-latest]
16
- sdk: ['6.0.x']
+ sdk: ['6.0.x', '8.0.x']
17
runs-on: ${{ matrix.os }}
18
19
steps:
0 commit comments