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.
1 parent 22380fa commit 9986501Copy full SHA for 9986501
.github/workflows/tests_and_release.yml
@@ -62,7 +62,7 @@ jobs:
62
if: (needs.check_version_change.outputs.new_version == true) && (github.ref_name == 'main')
63
with:
64
distros: "['debian12', 'debian11', 'ubuntu2204', 'ubuntu2404']"
65
- nc_versions: "['latest', 'nc30', 'nc29']"
+ nc_versions: "['latest', 'nc31', 'nc30']"
66
67
collection_tests:
68
name: normal tests
0 commit comments