Skip to content

Commit d0c6ddc

Browse files
committed
update test matrix
python-version: ['3.10', '3.12', '3.14'] os: ['ubuntu-latest', 'windows-latest'] omc-version: ['1.25.0', 'stable', 'nightly']
1 parent 27d894b commit d0c6ddc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/Test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ jobs:
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

0 commit comments

Comments
 (0)