Skip to content

Commit 01c00f9

Browse files
committed
ci: add R2023b
1 parent dd77ac1 commit 01c00f9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
release: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a]
19+
release: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b]
2020
include:
2121
- os: macos-latest
2222
release: R2023a
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
release: ${{ matrix.release }}
3232

33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434

3535
- name: Run Matlab tests (buildtool)
3636
if: ${{ matrix.release >= 'R2022b' }}
@@ -40,9 +40,7 @@ jobs:
4040
- name: Run tests (manual)
4141
if: ${{ matrix.release < 'R2022b' }}
4242
timeout-minutes: 10
43-
uses: matlab-actions/run-command@v1
43+
uses: matlab-actions/run-tests@v1
4444
with:
45-
command: |
46-
r = runtests('stdlib.test', 'strict', true, 'UseParallel', true);
47-
assert(~isempty(r), "No tests were run")
48-
assertSuccess(r)
45+
strict: true
46+
select-by-folder: test

0 commit comments

Comments
 (0)