Skip to content

Commit 704e733

Browse files
committed
[DATALAD] Recorded changes
1 parent 4f4d15e commit 704e733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/matlab_test_and_coverage.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest] # "macos-latest" or "windows-latest" don't work (yet?)
24-
matlab-version: ["R2020a"] # add more versions if needed: "R2021a"
23+
version: [R2021a, R2021b, R2022a, R2022b]
24+
os: [ubuntu-latest, macos-latest, windows-latest]
2525
fail-fast: false # Don't cancel all jobs if one fails
2626

2727
runs-on: ${{ matrix.os }}
2828

2929
steps:
30-
- name: Install MATLAB ${{ matrix.matlab-version }}
30+
- name: Install MATLAB
3131
uses: matlab-actions/[email protected]
3232
with:
33-
release: ${{ matrix.matlab-version }}
33+
release: ${{ matrix.version }}
3434

3535
- uses: actions/checkout@v3
3636
with:

0 commit comments

Comments
 (0)