Skip to content

Commit 81c3bb9

Browse files
committed
cleanup test matrix; scale it down to 2x Python 2x OS, 2x OM
1 parent 6cf4d73 commit 81c3bb9

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/Test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)