Skip to content

Commit d95c31c

Browse files
committed
Resolving conflict
1 parent 281c1cd commit d95c31c

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

test/python/scenarios.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,25 @@
263263
"enableShared": true
264264
}
265265
}
266-
}
266+
},
267+
"update_alternatives_switchable_versions": {
268+
"image": "ubuntu:focal",
269+
"features": {
270+
"python": {
271+
"version": "3.11",
272+
"installTools": true,
273+
"additionalVersions": "3.8,3.9.13,3.10.5"
274+
}
275+
}
276+
},
277+
"alternatives_switchable_versions": {
278+
"image": "fedora",
279+
"features": {
280+
"python": {
281+
"version": "3.11",
282+
"installTools": true,
283+
"additionalVersions": "3.8,3.9.13,3.10.5"
284+
}
285+
}
286+
}
267287
}

0 commit comments

Comments
 (0)