File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,18 +15,15 @@ jobs:
1515 strategy :
1616 matrix :
1717 # 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']
18+ # * oldest supported version
19+ # * latest available Python version
20+ python-version : ['3.10', '3.14']
2221 # * Linux using ubuntu-latest
2322 # * Windows using windows-latest
2423 os : ['ubuntu-latest', 'windows-latest']
25- # * OM 1.25.0 - before changing definition of simulation overrides
2624 # * OM stable - latest stable version
2725 # * OM nightly - latest nightly build
28- omc-version : ['1.25.0', 'stable', 'nightly']
29- # => total of 3 (Python) * 2 (OS) * 3 (OM) = 19 runs for each test
26+ omc-version : ['stable', 'nightly']
3027
3128 steps :
3229 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments