We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b23dcd commit 9d554edCopy full SHA for 9d554ed
.github/workflows/main.yml
@@ -239,6 +239,13 @@ jobs:
239
node: '10'
240
os: ubuntu-latest
241
python: '3.6'
242
+ - java: '8'
243
+ dotnet: '6.0.x'
244
+ dotnet-prerelease: true
245
+ go: '1.16'
246
+ node: '10'
247
+ os: ubuntu-latest
248
+ python: '3.6'
249
# Test alternate Javas
250
- java: '11'
251
dotnet: '3.1.x'
@@ -274,6 +281,7 @@ jobs:
274
281
uses: actions/setup-dotnet@v1
275
282
with:
276
283
dotnet-version: ${{ matrix.dotnet }}
284
+ include-prerelease: ${{ matrix.dotnet-prerelease }}
277
285
- name: Set up Go ${{ matrix.go }}
278
286
uses: actions/setup-go@v2
279
287
0 commit comments