Skip to content

Commit 144aafc

Browse files
authored
Update ci.yml
1 parent 1367830 commit 144aafc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
arch: [ x64 ]
4242
os: [ windows-2022, macos-13 ]
43-
tfm: [ net472, net8.0, net9.0 ]
43+
tfm: [ net472, net6.0, net8.0, net9.0 ]
4444
exclude:
4545
- os: macos-13
4646
tfm: net472
@@ -61,6 +61,7 @@ jobs:
6161
uses: actions/setup-dotnet@v4.0.0
6262
with:
6363
dotnet-version: |
64+
6.0.x
6465
9.0.x
6566
8.0.x
6667
- name: Run ${{ matrix.tfm }} tests
@@ -72,7 +73,7 @@ jobs:
7273
matrix:
7374
arch: [ amd64, arm64 ]
7475
distro: [ alpine.3.17, alpine.3.18, alpine.3.19, alpine.3.20, centos.stream.9, debian.12, fedora.40, ubuntu.20.04, ubuntu.22.04, ubuntu.24.04 ]
75-
sdk: [ '8.0', '9.0' ]
76+
sdk: [ '6.0', '8.0', '9.0' ]
7677
exclude:
7778
- distro: alpine.3.17
7879
sdk: '9.0'
@@ -81,6 +82,8 @@ jobs:
8182
- distro: alpine.3.19
8283
sdk: '9.0'
8384
include:
85+
- sdk: '6.0'
86+
tfm: net6.0
8487
- sdk: '8.0'
8588
tfm: net8.0
8689
- sdk: '9.0'
@@ -117,4 +120,4 @@ jobs:
117120
env:
118121
FEED_API_KEY: ${{ secrets.FEED_API_KEY }}
119122
FEED_SOURCE: ${{ secrets.FEED_SOURCE }}
120-
run: dotnet nuget push staging/**/*.nupkg --api-key "$FEED_API_KEY" --source "$FEED_SOURCE"
123+
run: dotnet nuget push staging/**/*.nupkg --api-key "$FEED_API_KEY" --source "$FEED_SOURCE"

0 commit comments

Comments
 (0)