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.
--roll-forward
1 parent 81632ea commit 8447ff4Copy full SHA for 8447ff4
.github/workflows/ci.yml
@@ -34,9 +34,7 @@ jobs:
34
- uses: actions/checkout@v4
35
36
- uses: actions/setup-dotnet@v4
37
- with:
38
- dotnet-version: 8.x.x
39
40
- - run: dotnet test AssimpNet.Test -c ${{ matrix.configuration }} ${{ matrix.additional_args }}
+ - run: dotnet test --roll-forward LatestMajor AssimpNet.Test -c ${{ matrix.configuration }} ${{ matrix.additional_args }}
41
42
0 commit comments