Skip to content

Commit 9d554ed

Browse files
authored
chore: test against .NET 6 (prerelease) (#2914)
1 parent 9b23dcd commit 9d554ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,13 @@ jobs:
239239
node: '10'
240240
os: ubuntu-latest
241241
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'
242249
# Test alternate Javas
243250
- java: '11'
244251
dotnet: '3.1.x'
@@ -274,6 +281,7 @@ jobs:
274281
uses: actions/setup-dotnet@v1
275282
with:
276283
dotnet-version: ${{ matrix.dotnet }}
284+
include-prerelease: ${{ matrix.dotnet-prerelease }}
277285
- name: Set up Go ${{ matrix.go }}
278286
uses: actions/setup-go@v2
279287
with:

0 commit comments

Comments
 (0)