Skip to content

Commit 904d177

Browse files
committed
Update CI SDK matrix for multi-targeting
1 parent 276befe commit 904d177

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: |
21+
8.0.x
22+
9.0.x
2123
10.0.x
2224
2325
- name: Restore dependencies
@@ -37,4 +39,4 @@ jobs:
3739
with:
3840
token: ${{ secrets.CODECOV_TOKEN }}
3941
files: ./SWEN3.Paperless.RabbitMq.Tests/TestResults/**/coverage.cobertura.xml
40-
fail_ci_if_error: false
42+
fail_ci_if_error: false

0 commit comments

Comments
 (0)