Skip to content

Commit 7cdde97

Browse files
authored
Add MATLAB releases R2025a and R2025b to matrix in test workflows (#765)
* Add R2025a and R2025b to test matrix * Update run_tests.yml * Update run_tests.yml * Update nwbRead.m * Update nwbRead.m trigger test workflow * Update run_tests.yml * Update run_tests.yml
1 parent 1256138 commit 7cdde97

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/configurations/matlab_release_matrix_strategy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@
2121
skip-pynwb-compatibilty-test-for-tutorial: '0'
2222
- matlab-version: R2024b
2323
python-version: '3.11'
24+
skip-pynwb-compatibilty-test-for-tutorial: '0'
25+
- matlab-version: R2025a
26+
python-version: '3.12'
27+
skip-pynwb-compatibilty-test-for-tutorial: '0'
28+
- matlab-version: R2025b
29+
python-version: '3.13'
2430
skip-pynwb-compatibilty-test-for-tutorial: '0'

.github/workflows/prepare_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
- matlab-version: R2024b
5757
python-version: '3.11'
5858
skip-pynwb-compatibilty-test-for-tutorial: '0'
59+
- matlab-version: R2025a
60+
python-version: '3.12'
61+
skip-pynwb-compatibilty-test-for-tutorial: '0'
62+
- matlab-version: R2025b
63+
python-version: '3.13'
64+
skip-pynwb-compatibilty-test-for-tutorial: '0'
5965
steps:
6066
- name: Check out repository
6167
uses: actions/checkout@v4

.github/workflows/run_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "*.md"
1010
- "*.codespellrc"
1111
- ".github/**"
12+
- "!.github/workflows/run_tests.yml"
1213
- "docs/**"
1314
push:
1415
branches:

0 commit comments

Comments
 (0)