File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1414 timeout-minutes : 30
1515 strategy :
1616 matrix :
17- python-version : ['3.10', '3.12', '3.13']
17+ # test for:
18+ # * Python 3.10 - oldest supported version
19+ # * Python 3.12 - changes in OMCSession / OMCPath
20+ # * Python 3.14 - latest Python version
21+ python-version : ['3.10', '3.12', '3.14']
22+ # * Linux using ubuntu-latest
23+ # * Windows using windows-latest
1824 os : ['ubuntu-latest', 'windows-latest']
19- omc-version : ['stable', 'nightly']
25+ # * OM 1.25.0 - before changing definition of simulation overrides
26+ # * OM stable - latest stable version
27+ # * OM nightly - latest nightly build
28+ omc-version : ['1.25.0', 'stable', 'nightly']
29+ # => total of 12 runs for each test
2030
2131 steps :
2232 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments