Skip to content

Commit 7dd7db7

Browse files
committed
Add R2025a and R2025b to test matrix
1 parent 1256138 commit 7dd7db7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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

0 commit comments

Comments
 (0)