Skip to content

Commit

Permalink
reduce matrix version
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 20, 2024
1 parent 4892cc7 commit 2dbcea7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/json_matrices/supported-language-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
"always-run-versions": ["17"]
},
{
"language": "python",
"language": "// python",
"versions": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"always-run-versions": ["3.8", "3.12"]
},
{
"language": "python",
"versions": ["3.8", "3.12"],
"always-run-versions": ["3.12"]
},
{
"language": "// node",
"versions": ["16.x", "17.x", "18.x", "19.x", "20.x"],
Expand Down

0 comments on commit 2dbcea7

Please sign in to comment.