You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add net8.0 as target framework.
Remove the `doctests` workflow, since all tests inside `tests/Doc` are
executed anyway during the `integration` workflow.
Separate the concurrency groups between workflows, to avoid them
cancelling each other during one CI run. This seems to be a known issue:
https://github.com/orgs/community/discussions/41518
Instead of running the `integration` workflow separately for different
dotnet target frameworks (which turned out to be an illusion, because it
was always running with dotnet 8), run it only once per Redis setup
type, and don't restrict the target framework, so it will run against
all listed target frameworks.
Remove parallel test runs, trying to avoid spurious test failures in CI.
Update the release workflow to also use dotnet 8, and to print the
dotnet version and available SDKs and runtimes, for clarity.
0 commit comments