Skip to content

Commit cb1b3ca

Browse files
committed
💯 Fixed build and analyze pipeline
1 parent 8d22b54 commit cb1b3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
21-
dotnet-version: [8.0.x]
21+
dotnet-version: [6.0.x, 7.0.x, 8.0.x]
2222
java-version: [ 21 ]
2323
steps:
2424
- name: Checkout Repository

0 commit comments

Comments
 (0)