Skip to content

Commit c53a937

Browse files
syntronadeas31
andauthored
Update test matrix (#403)
* update test matrix python-version: ['3.10', '3.12', '3.14'] os: ['ubuntu-latest', 'windows-latest'] omc-version: ['1.25.0', 'stable', 'nightly'] * cleanup test matrix; scale it down to 2x Python 2x OS, 2x OM --------- Co-authored-by: Adeel Asghar <adeel.asghar@liu.se>
1 parent d34e223 commit c53a937

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/Test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ jobs:
1414
timeout-minutes: 30
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.12', '3.13']
17+
# test for:
18+
# * oldest supported version
19+
# * latest available Python version
20+
python-version: ['3.10', '3.14']
21+
# * Linux using ubuntu-latest
22+
# * Windows using windows-latest
1823
os: ['ubuntu-latest', 'windows-latest']
24+
# * OM stable - latest stable version
25+
# * OM nightly - latest nightly build
1926
omc-version: ['stable', 'nightly']
2027

2128
steps:

0 commit comments

Comments
 (0)